#CA6EBF

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

Shades of Orchid #CA6EBF

Tints of Orchid #CA6EBF

Color information

#CA6EBF (or 0xCA6EBF) is unknown color: approx Orchid. HEX triplet: CA, 6E and BF. RGB value is (202,110,191). Sum of RGB (Red+Green+Blue) = 202+110+191=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EBF is #359140. Grayscale: #929292. Windows color (decimal): -3510593 or 12545738. OLE color: 12545738.

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

Color convert

RGB202110191-
CMYK00.460.050.21
HSL307.17º46.46%61.18%-
HSV(B)307.17º45.54%79.22%-
XYZ39.3427.4752.52-
YUV146.74152.98167.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 110 (43.36% from 255) = 21.87%
BLUE value IS 191 (75% from 255) = 37.97%
R=40.16%
G=21.87%
B=37.97%

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
Decimal20211019100.460.050.21307.1746.4661.18
HexCA6EBF02E5151332e3d
Octal3121562770565254635675
Binary11001010110111010111111010111010110101100110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6EBF; }

 p { color: rgb(202,110,191); }

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

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

 a { background-color: rgb(202,110,191); }

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

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

 span { border-color: rgb(202,110,191); }

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