#CA76C4

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

Shades of Orchid #CA76C4

Tints of Orchid #CA76C4

Color information

#CA76C4 (or 0xCA76C4) is unknown color: approx Orchid. HEX triplet: CA, 76 and C4. RGB value is (202,118,196). Sum of RGB (Red+Green+Blue) = 202+118+196=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76C4 is #35893B. Grayscale: #979797. Windows color (decimal): -3508540 or 12875466. OLE color: 12875466.

HSL color Cylindrical-coordinate representation of color #CA76C4: hue angle of 304.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA76C4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202118196-
CMYK00.420.030.21
HSL304.29º44.21%62.75%-
HSV(B)304.29º41.58%79.22%-
XYZ40.829.555.77-
YUV152.01152.83163.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 118 (46.48% from 255) = 22.87%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=39.15%
G=22.87%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211819600.420.030.21304.2944.2162.75
HexCA76C402A3151302c3f
Octal3121663040523254605477
Binary1100101011101101100010001010101110101100110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76C4; }

 p { color: rgb(202,118,196); }

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

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

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

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

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

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

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