Html Css Color HEX #C976BC Orchid

📋 copy color: '#C976BC'

red 201 ◦ green 118 ◦ blue 188

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

Shades of Orchid #C976BC

Tints of Orchid #C976BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 39.64%
G = 23.27%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C976BC (or 0xC976BC) is known color: Orchid. HEX triplet: C9, 76 and BC. RGB value is (201,118,188). Sum of RGB (Red+Green+Blue) = 201+118+188=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C976BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976BC is #368943. Grayscale: #969696. Windows color (decimal): -3574084 or 12351177. OLE color: 12351177.

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

Color convert

RGB 201 118 188 -
CMYK 0 0.41 0.06 0.21
HSL 309.4º 0.43% 0.63% -
HSV(B) 309.4º 0.41% 0.79% -
XYZ 39.64 29.01 51.09 -
YUV 150.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 201 118 188 0 0.41 0.06 0.21 309.4 0.43 0.63
Hex C9 76 BC 0 29 6 15 135 2B 3F
Octal 311 166 274 0 51 6 25 465 53 77
Binary 11001001 1110110 10111100 0 101001 110 10101 100110101 101011 111111

Color Harmonies of #C976BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976BC

Black with #C976BC

Text Example


Text Example

White with #C976BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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