#CA6DDD

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

Shades of Orchid #CA6DDD

Tints of Orchid #CA6DDD

Color information

#CA6DDD (or 0xCA6DDD) is unknown color: approx Orchid. HEX triplet: CA, 6D and DD. RGB value is (202,109,221). Sum of RGB (Red+Green+Blue) = 202+109+221=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DDD is #359222. Grayscale: #959595. Windows color (decimal): -3510819 or 14511562. OLE color: 14511562.

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

Color convert

RGB202109221-
CMYK0.090.5100.13
HSL289.82º62.22%64.71%-
HSV(B)289.82º50.68%86.67%-
XYZ42.8828.7171.69-
YUV149.57168.31165.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=37.97%
G=20.49%
B=41.54%

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
Decimal2021092210.090.5100.13289.8262.2264.71
HexCA6DDD9330D1223e41
Octal312155335116301544276101
Binary110010101101101110111011001110011011011001000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DDD; }

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

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

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

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

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

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

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

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