#CA79BA

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

Shades of Orchid #CA79BA

Tints of Orchid #CA79BA

Color information

#CA79BA (or 0xCA79BA) is unknown color: approx Orchid. HEX triplet: CA, 79 and BA. RGB value is (202,121,186). Sum of RGB (Red+Green+Blue) = 202+121+186=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79BA is #358645. Grayscale: #989898. Windows color (decimal): -3507782 or 12220874. OLE color: 12220874.

HSL color Cylindrical-coordinate representation of color #CA79BA: hue angle of 311.85º 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 #CA79BA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202121186-
CMYK00.400.080.21
HSL311.85º43.32%63.33%-
HSV(B)311.85º40.1%79.22%-
XYZ40.0629.7850.09-
YUV152.63146.84163.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=39.69%
G=23.77%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212118600.400.080.21311.8543.3263.33
HexCA79BA0288151382b3f
Octal31217127205010254705377
Binary110010101111001101110100101000100010101100111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79BA; }

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

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

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

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

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

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

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

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