#CA6ECF

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

Shades of Orchid #CA6ECF

Tints of Orchid #CA6ECF

Color information

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

HSL color Cylindrical-coordinate representation of color #CA6ECF: hue angle of 296.91º 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 #CA6ECF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202110207-
CMYK0.020.4700.19
HSL296.91º50.26%62.16%-
HSV(B)296.91º46.86%81.18%-
XYZ41.228.2162.31-
YUV148.57160.98166.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021102070.020.4700.19296.9150.2662.16
HexCA6ECF22F013129323e
Octal3121563172570234516276
Binary1100101011011101100111110101111010011100101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6ECF; }

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

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

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

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

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

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

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

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