#CA79BC

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

Shades of Orchid #CA79BC

Tints of Orchid #CA79BC

Color information

#CA79BC (or 0xCA79BC) is unknown color: approx Orchid. HEX triplet: CA, 79 and BC. RGB value is (202,121,188). Sum of RGB (Red+Green+Blue) = 202+121+188=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79BC is #358643. Grayscale: #989898. Windows color (decimal): -3507780 or 12351946. OLE color: 12351946.

HSL color Cylindrical-coordinate representation of color #CA79BC: hue angle of 310.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79BC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202121188-
CMYK00.400.070.21
HSL310.37º43.32%63.33%-
HSV(B)310.37º40.1%79.22%-
XYZ40.2729.8651.22-
YUV152.86147.84163.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=39.53%
G=23.68%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212118800.400.070.21310.3743.3263.33
HexCA79BC0287151362b3f
Octal3121712740507254665377
Binary11001010111100110111100010100011110101100110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79BC; }

 p { color: rgb(202,121,188); }

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

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

 a { background-color: rgb(202,121,188); }

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

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

 span { border-color: rgb(202,121,188); }

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