Html Css Color HEX #CA76BB Orchid

📋 copy color: '#CA76BB'

red 202 ◦ green 118 ◦ blue 187

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

Shades of Orchid #CA76BB

Tints of Orchid #CA76BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 39.84%
G = 23.27%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA76BB (or 0xCA76BB) is known color: Orchid. HEX triplet: CA, 76 and BB. RGB value is (202,118,187). Sum of RGB (Red+Green+Blue) = 202+118+187=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76BB is #358944. Grayscale: #969696. Windows color (decimal): -3508549 or 12285642. OLE color: 12285642.

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

Color convert

RGB 202 118 187 -
CMYK 0 0.42 0.07 0.21
HSL 310.71º 0.44% 0.63% -
HSV(B) 310.71º 0.42% 0.79% -
XYZ 39.81 29.1 50.53 -
YUV 150.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 202 118 187 0 0.42 0.07 0.21 310.71 0.44 0.63
Hex CA 76 BB 0 2A 7 15 137 2C 3F
Octal 312 166 273 0 52 7 25 467 54 77
Binary 11001010 1110110 10111011 0 101010 111 10101 100110111 101100 111111

Color Harmonies of #CA76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76BB

Black with #CA76BB

Text Example


Text Example

White with #CA76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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