#CA6DDC

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

Shades of Orchid #CA6DDC

Tints of Orchid #CA6DDC

Color information

#CA6DDC (or 0xCA6DDC) is unknown color: approx Orchid. HEX triplet: CA, 6D and DC. RGB value is (202,109,220). Sum of RGB (Red+Green+Blue) = 202+109+220=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DDC is #359223. Grayscale: #959595. Windows color (decimal): -3510820 or 14446026. OLE color: 14446026.

HSL color Cylindrical-coordinate representation of color #CA6DDC: hue angle of 290.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6DDC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202109220-
CMYK0.080.5000.14
HSL290.27º61.33%64.51%-
HSV(B)290.27º50.45%86.27%-
XYZ42.7428.6670.99-
YUV149.46167.81165.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 109 (42.97% from 255) = 20.53%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=38.04%
G=20.53%
B=41.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021092200.080.5000.14290.2761.3364.51
HexCA6DDC8320E1223d41
Octal312155334106201644275101
Binary110010101101101110111001000110010011101001000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DDC; }

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

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

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

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

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

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

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

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