#CA6FDE

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

Shades of Orchid #CA6FDE

Tints of Orchid #CA6FDE

Color information

#CA6FDE (or 0xCA6FDE) is unknown color: approx Orchid. HEX triplet: CA, 6F and DE. RGB value is (202,111,222). Sum of RGB (Red+Green+Blue) = 202+111+222=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDE is #359021. Grayscale: #969696. Windows color (decimal): -3510306 or 14577610. OLE color: 14577610.

HSL color Cylindrical-coordinate representation of color #CA6FDE: hue angle of 289.19º 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 #CA6FDE is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202111222-
CMYK0.090.500.13
HSL289.19º62.71%65.29%-
HSV(B)289.19º50%87.06%-
XYZ43.2329.272.47-
YUV150.86168.15164.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 111 (43.75% from 255) = 20.75%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=37.76%
G=20.75%
B=41.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021112220.090.500.13289.1962.7165.29
HexCA6FDE9320D1213f41
Octal312157336116201544177101
Binary110010101101111110111101001110010011011001000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FDE; }

 p { color: rgb(202,111,222); }

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

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

 a { background-color: rgb(202,111,222); }

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

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

 span { border-color: rgb(202,111,222); }

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