Html Css Color HEX #CA76B6 Orchid

📋 copy color: '#CA76B6'

red 202 ◦ green 118 ◦ blue 182

#CA76B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA76B6

Tints of Orchid #CA76B6

RGB

 RED value IS 202 (79.3% from 255) = 40.24%

 GREEN value IS 118 (46.48% from 255) = 23.51%

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 40.24%
G = 23.51%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA76B6 (or 0xCA76B6) is known color: Orchid. HEX triplet: CA, 76 and B6. RGB value is (202,118,182). Sum of RGB (Red+Green+Blue) = 202+118+182=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76B6 is #358949. Grayscale: #969696. Windows color (decimal): -3508554 or 11957962. OLE color: 11957962.

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

Color convert

RGB 202 118 182 -
CMYK 0 0.42 0.10 0.21
HSL 314.29º 0.44% 0.63% -
HSV(B) 314.29º 0.42% 0.79% -
XYZ 39.28 28.89 47.76 -
YUV 150.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 202 118 182 0 0.42 0.10 0.21 314.29 0.44 0.63
Hex CA 76 B6 0 2A A 15 13A 2C 3F
Octal 312 166 266 0 52 12 25 472 54 77
Binary 11001010 1110110 10110110 0 101010 1010 10101 100111010 101100 111111

Color Harmonies of #CA76B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76B6

Black with #CA76B6

Text Example


Text Example

White with #CA76B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76B6; }

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

 H1.HeaderClassName
 {
   color: #CA76B6;
 }
 .AnyTagClassName
 {
   color: #CA76B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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