Html Css Color HEX #C976B6 Orchid

📋 copy color: '#C976B6'

red 201 ◦ green 118 ◦ blue 182

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

Shades of Orchid #C976B6

Tints of Orchid #C976B6

RGB

 RED value IS 201 (78.91% from 255) = 40.12%

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

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

R = 40.12%
G = 23.55%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C976B6 (or 0xC976B6) is known color: Orchid. HEX triplet: C9, 76 and B6. RGB value is (201,118,182). Sum of RGB (Red+Green+Blue) = 201+118+182=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C976B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976B6 is #368949. Grayscale: #959595. Windows color (decimal): -3574090 or 11957961. OLE color: 11957961.

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

Color convert

RGB 201 118 182 -
CMYK 0 0.41 0.09 0.21
HSL 313.73º 0.43% 0.63% -
HSV(B) 313.73º 0.41% 0.79% -
XYZ 39.01 28.75 47.75 -
YUV 150.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 201 118 182 0 0.41 0.09 0.21 313.73 0.43 0.63
Hex C9 76 B6 0 29 9 15 13A 2B 3F
Octal 311 166 266 0 51 11 25 472 53 77
Binary 11001001 1110110 10110110 0 101001 1001 10101 100111010 101011 111111

Color Harmonies of #C976B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976B6

Black with #C976B6

Text Example


Text Example

White with #C976B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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