#CA79CA

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

Shades of Orchid #CA79CA

Tints of Orchid #CA79CA

Color information

#CA79CA (or 0xCA79CA) is unknown color: approx Orchid. HEX triplet: CA, 79 and CA. RGB value is (202,121,202). Sum of RGB (Red+Green+Blue) = 202+121+202=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79CA is #358635. Grayscale: #9A9A9A. Windows color (decimal): -3507766 or 13269450. OLE color: 13269450.

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

Color convert

RGB202121202-
CMYK00.4000.21
HSL300º43.32%63.33%-
HSV(B)300º40.1%79.22%-
XYZ41.8630.559.56-
YUV154.45154.84161.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=38.48%
G=23.05%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212120200.4000.2130043.3263.33
HexCA79CA02801512c2b3f
Octal3121713120500254545377
Binary110010101111001110010100101000010101100101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79CA; }

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

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

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

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

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

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

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

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