#CA6DC5

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

Shades of Orchid #CA6DC5

Tints of Orchid #CA6DC5

Color information

#CA6DC5 (or 0xCA6DC5) is unknown color: approx Orchid. HEX triplet: CA, 6D and C5. RGB value is (202,109,197). Sum of RGB (Red+Green+Blue) = 202+109+197=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DC5 is #35923A. Grayscale: #929292. Windows color (decimal): -3510843 or 12938698. OLE color: 12938698.

HSL color Cylindrical-coordinate representation of color #CA6DC5: hue angle of 303.23º 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 #CA6DC5 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202109197-
CMYK00.460.020.21
HSL303.23º46.73%60.98%-
HSV(B)303.23º46.04%79.22%-
XYZ39.927.5356.03-
YUV146.84156.31167.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=39.76%
G=21.46%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210919700.460.020.21303.2346.7360.98
HexCA6DC502E21512f2f3d
Octal3121553050562254575775
Binary1100101011011011100010101011101010101100101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DC5; }

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

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

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

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

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

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

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

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