#CF6EDE

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

Shades of Orchid #CF6EDE

Tints of Orchid #CF6EDE

Color information

#CF6EDE (or 0xCF6EDE) is unknown color: approx Orchid. HEX triplet: CF, 6E and DE. RGB value is (207,110,222). Sum of RGB (Red+Green+Blue) = 207+110+222=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EDE is #309121. Grayscale: #979797. Windows color (decimal): -3182882 or 14577359. OLE color: 14577359.

HSL color Cylindrical-coordinate representation of color #CF6EDE: hue angle of 291.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6EDE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207110222-
CMYK0.070.5000.13
HSL291.96º62.92%65.1%-
HSV(B)291.96º50.45%87.06%-
XYZ44.4929.6972.49-
YUV151.77167.64167.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 110 (43.36% from 255) = 20.41%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=38.40%
G=20.41%
B=41.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071102220.070.5000.13291.9662.9265.1
HexCF6EDE7320D1243f41
Octal31715633676201544477101
Binary11001111110111011011110111110010011011001001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6EDE; }

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

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

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

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

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

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

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

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