Html Css Color HEX #CA76B8 Orchid

📋 copy color: '#CA76B8'

red 202 ◦ green 118 ◦ blue 184

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

Shades of Orchid #CA76B8

Tints of Orchid #CA76B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 40.08%
G = 23.41%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA76B8 (or 0xCA76B8) is known color: Orchid. HEX triplet: CA, 76 and B8. RGB value is (202,118,184). Sum of RGB (Red+Green+Blue) = 202+118+184=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76B8 is #358947. Grayscale: #969696. Windows color (decimal): -3508552 or 12089034. OLE color: 12089034.

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

Color convert

RGB 202 118 184 -
CMYK 0 0.42 0.09 0.21
HSL 312.86º 0.44% 0.63% -
HSV(B) 312.86º 0.42% 0.79% -
XYZ 39.49 28.97 48.86 -
YUV 150.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 202 118 184 0 0.42 0.09 0.21 312.86 0.44 0.63
Hex CA 76 B8 0 2A 9 15 139 2C 3F
Octal 312 166 270 0 52 11 25 471 54 77
Binary 11001010 1110110 10111000 0 101010 1001 10101 100111001 101100 111111

Color Harmonies of #CA76B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76B8

Black with #CA76B8

Text Example


Text Example

White with #CA76B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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