#CA6FDD

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

Shades of Orchid #CA6FDD

Tints of Orchid #CA6FDD

Color information

#CA6FDD (or 0xCA6FDD) is unknown color: approx Orchid. HEX triplet: CA, 6F and DD. RGB value is (202,111,221). Sum of RGB (Red+Green+Blue) = 202+111+221=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDD is #359022. Grayscale: #969696. Windows color (decimal): -3510307 or 14512074. OLE color: 14512074.

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

Color convert

RGB202111221-
CMYK0.090.5000.13
HSL289.64º61.8%65.1%-
HSV(B)289.64º49.77%86.67%-
XYZ43.0929.1571.76-
YUV150.75167.65164.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=37.83%
G=20.79%
B=41.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021112210.090.5000.13289.6461.865.1
HexCA6FDD9320D1223e41
Octal312157335116201544276101
Binary110010101101111110111011001110010011011001000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FDD; }

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

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

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

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

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

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

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

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