#CA6CDD

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

Shades of Orchid #CA6CDD

Tints of Orchid #CA6CDD

Color information

#CA6CDD (or 0xCA6CDD) is unknown color: approx Orchid. HEX triplet: CA, 6C and DD. RGB value is (202,108,221). Sum of RGB (Red+Green+Blue) = 202+108+221=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CDD is #359322. Grayscale: #949494. Windows color (decimal): -3511075 or 14511306. OLE color: 14511306.

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

Color convert

RGB202108221-
CMYK0.090.5100.13
HSL289.91º62.43%64.51%-
HSV(B)289.91º51.13%86.67%-
XYZ42.7728.571.65-
YUV148.99168.64165.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=38.04%
G=20.34%
B=41.62%

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
Decimal2021082210.090.5100.13289.9162.4364.51
HexCA6CDD9330D1223e41
Octal312154335116301544276101
Binary110010101101100110111011001110011011011001000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CDD; }

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

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

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

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

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

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

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

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