#CA6FC5

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

Shades of Orchid #CA6FC5

Tints of Orchid #CA6FC5

Color information

#CA6FC5 (or 0xCA6FC5) is unknown color: approx Orchid. HEX triplet: CA, 6F and C5. RGB value is (202,111,197). Sum of RGB (Red+Green+Blue) = 202+111+197=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FC5 is #35903A. Grayscale: #939393. Windows color (decimal): -3510331 or 12939210. OLE color: 12939210.

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

Color convert

RGB202111197-
CMYK00.450.020.21
HSL303.3º46.19%61.37%-
HSV(B)303.3º45.05%79.22%-
XYZ40.1227.9656.1-
YUV148.01155.65166.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=39.61%
G=21.76%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211119700.450.020.21303.346.1961.37
HexCA6FC502D21512f2e3d
Octal3121573050552254575675
Binary1100101011011111100010101011011010101100101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FC5; }

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

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

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

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

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

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

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

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