#CA6ACF

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

Shades of Orchid #CA6ACF

Tints of Orchid #CA6ACF

Color information

#CA6ACF (or 0xCA6ACF) is unknown color: approx Orchid. HEX triplet: CA, 6A and CF. RGB value is (202,106,207). Sum of RGB (Red+Green+Blue) = 202+106+207=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ACF is #359530. Grayscale: #919191. Windows color (decimal): -3511601 or 13593290. OLE color: 13593290.

HSL color Cylindrical-coordinate representation of color #CA6ACF: hue angle of 297.03º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6ACF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202106207-
CMYK0.020.4900.19
HSL297.03º51.27%61.37%-
HSV(B)297.03º48.79%81.18%-
XYZ40.7727.3762.17-
YUV146.22162.3167.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=39.22%
G=20.58%
B=40.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021062070.020.4900.19297.0351.2761.37
HexCA6ACF231013129333d
Octal3121523172610234516375
Binary1100101011010101100111110110001010011100101001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6ACF; }

 p { color: rgb(202,106,207); }

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

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

 a { background-color: rgb(202,106,207); }

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

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

 span { border-color: rgb(202,106,207); }

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