#CF6ECA

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

Shades of Orchid #CF6ECA

Tints of Orchid #CF6ECA

Color information

#CF6ECA (or 0xCF6ECA) is unknown color: approx Orchid. HEX triplet: CF, 6E and CA. RGB value is (207,110,202). Sum of RGB (Red+Green+Blue) = 207+110+202=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ECA is #309135. Grayscale: #959595. Windows color (decimal): -3182902 or 13266639. OLE color: 13266639.

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

Color convert

RGB207110202-
CMYK00.470.020.19
HSL303.09º50.26%62.16%-
HSV(B)303.09º46.86%81.18%-
XYZ41.9728.6859.2-
YUV149.49157.64169.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 110 (43.36% from 255) = 21.19%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=39.88%
G=21.19%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711020200.470.020.19303.0950.2662.16
HexCF6ECA02F21312f323e
Octal3171563120572234576276
Binary1100111111011101100101001011111010011100101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6ECA; }

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

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

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

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

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

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

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

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