#CF6EE5

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

Shades of Orchid #CF6EE5

Tints of Orchid #CF6EE5

Color information

#CF6EE5 (or 0xCF6EE5) is unknown color: approx Orchid. HEX triplet: CF, 6E and E5. RGB value is (207,110,229). Sum of RGB (Red+Green+Blue) = 207+110+229=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF6EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EE5 is #30911A. Grayscale: #989898. Windows color (decimal): -3182875 or 15036111. OLE color: 15036111.

HSL color Cylindrical-coordinate representation of color #CF6EE5: hue angle of 288.91º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6EE5 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207110229-
CMYK0.100.5200.10
HSL288.91º69.59%66.47%-
HSV(B)288.91º51.97%89.8%-
XYZ45.4530.0777.54-
YUV152.57171.14166.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 110 (43.36% from 255) = 20.15%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=37.91%
G=20.15%
B=41.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071102290.100.5200.10288.9169.5966.47
HexCF6EE5A340A1214642
Octal3171563451264012441106102
Binary1100111111011101110010110101101000101010010000110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6EE5; }

 p { color: rgb(207,110,229); }

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

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

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

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

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

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

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