#CA6BC5

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

Shades of Orchid #CA6BC5

Tints of Orchid #CA6BC5

Color information

#CA6BC5 (or 0xCA6BC5) is unknown color: approx Orchid. HEX triplet: CA, 6B and C5. RGB value is (202,107,197). Sum of RGB (Red+Green+Blue) = 202+107+197=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BC5 is #35943A. Grayscale: #919191. Windows color (decimal): -3511355 or 12938186. OLE color: 12938186.

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

Color convert

RGB202107197-
CMYK00.470.020.21
HSL303.16º47.26%60.59%-
HSV(B)303.16º47.03%79.22%-
XYZ39.6927.155.96-
YUV145.66156.97168.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=39.92%
G=21.15%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210719700.470.020.21303.1647.2660.59
HexCA6BC502F21512f2f3d
Octal3121533050572254575775
Binary1100101011010111100010101011111010101100101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BC5; }

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

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

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

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

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

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

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

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