#CA6DDE

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

Shades of Orchid #CA6DDE

Tints of Orchid #CA6DDE

Color information

#CA6DDE (or 0xCA6DDE) is unknown color: approx Orchid. HEX triplet: CA, 6D and DE. RGB value is (202,109,222). Sum of RGB (Red+Green+Blue) = 202+109+222=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA6DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DDE is #359221. Grayscale: #959595. Windows color (decimal): -3510818 or 14577098. OLE color: 14577098.

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

Color convert

RGB202109222-
CMYK0.090.5100.13
HSL289.38º63.13%64.9%-
HSV(B)289.38º50.9%87.06%-
XYZ43.0128.7772.39-
YUV149.69168.81165.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 109 (42.97% from 255) = 20.45%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=37.90%
G=20.45%
B=41.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021092220.090.5100.13289.3863.1364.9
HexCA6DDE9330D1213f41
Octal312155336116301544177101
Binary110010101101101110111101001110011011011001000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DDE; }

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

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

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

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

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

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

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

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