#CF70CF

Color #CF70CF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF70CF

Tints of Orchid #CF70CF

Color information

#CF70CF (or 0xCF70CF) is unknown color: approx Orchid. HEX triplet: CF, 70 and CF. RGB value is (207,112,207). Sum of RGB (Red+Green+Blue) = 207+112+207=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CF is #308F30. Grayscale: #969696. Windows color (decimal): -3182385 or 13594831. OLE color: 13594831.

HSL color Cylindrical-coordinate representation of color #CF70CF: hue angle of 300º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70CF is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207112207-
CMYK00.4600.19
HSL300º49.74%62.55%-
HSV(B)300º45.89%81.18%-
XYZ42.7929.3662.44-
YUV151.24159.47167.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=39.35%
G=21.29%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711220700.4600.1930049.7462.55
HexCF70CF02E01312c323f
Octal3171603170560234546277
Binary110011111110000110011110101110010011100101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70CF; }

 p { color: rgb(207,112,207); }

 H1.HeaderClassName
 {
   color: #CF70CF;
 }
 .AnyTagClassName
 {
   color: #CF70CF;
 }
</style>
background-color css

<style>
 a { background-color: #CF70CF; }

 a { background-color: rgb(207,112,207); }

 div.DivClassName
 {
   background-color: #CF70CF;
 }
 .BgClassName
 {
   background-color: #CF70CF;
 }
</style>
border-color css

<style>
 span { border-color: #CF70CF; }

 span { border-color: rgb(207,112,207); }

 td.TdClassName
 {
   border-color: #CF70CF;
 }
 .TagClassName
 {
   border-color: #CF70CF;
 }
</style>