#CF68E4

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

Shades of Orchid #CF68E4

Tints of Orchid #CF68E4

Color information

#CF68E4 (or 0xCF68E4) is unknown color: approx Orchid. HEX triplet: CF, 68 and E4. RGB value is (207,104,228). Sum of RGB (Red+Green+Blue) = 207+104+228=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF68E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68E4 is #30971B. Grayscale: #949494. Windows color (decimal): -3184412 or 14969039. OLE color: 14969039.

HSL color Cylindrical-coordinate representation of color #CF68E4: hue angle of 289.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF68E4 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207104228-
CMYK0.090.5400.11
HSL289.84º69.66%65.1%-
HSV(B)289.84º54.39%89.41%-
XYZ44.6928.7776.6-
YUV148.93172.62169.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 104 (41.02% from 255) = 19.29%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=38.40%
G=19.29%
B=42.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071042280.090.5400.11289.8469.6665.1
HexCF68E49360B1224641
Octal3171503441166013442106101
Binary1100111111010001110010010011101100101110010001010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF68E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF68E4; }

 p { color: rgb(207,104,228); }

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

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

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

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

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

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

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