#CA6DC0

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

Shades of Orchid #CA6DC0

Tints of Orchid #CA6DC0

Color information

#CA6DC0 (or 0xCA6DC0) is unknown color: approx Orchid. HEX triplet: CA, 6D and C0. RGB value is (202,109,192). Sum of RGB (Red+Green+Blue) = 202+109+192=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DC0 is #35923F. Grayscale: #929292. Windows color (decimal): -3510848 or 12611018. OLE color: 12611018.

HSL color Cylindrical-coordinate representation of color #CA6DC0: hue angle of 306.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6DC0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202109192-
CMYK00.460.050.21
HSL306.45º46.73%60.98%-
HSV(B)306.45º46.04%79.22%-
XYZ39.3427.353.07-
YUV146.27153.81167.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=40.16%
G=21.67%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210919200.460.050.21306.4546.7360.98
HexCA6DC002E5151322f3d
Octal3121553000565254625775
Binary11001010110110111000000010111010110101100110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DC0; }

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

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

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

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

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

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

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

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