Html Css Color HEX #C976DA Orchid

📋 copy color: '#C976DA'

red 201 ◦ green 118 ◦ blue 218

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

Shades of Orchid #C976DA

Tints of Orchid #C976DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 37.43%
G = 21.97%
B = 40.6%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C976DA (or 0xC976DA) is known color: Orchid. HEX triplet: C9, 76 and DA. RGB value is (201,118,218). Sum of RGB (Red+Green+Blue) = 201+118+218=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C976DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976DA is #368925. Grayscale: #999999. Windows color (decimal): -3574054 or 14317257. OLE color: 14317257.

HSL color Cylindrical-coordinate representation of color #C976DA: hue angle of 289.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C976DA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 118 218 -
CMYK 0.08 0.46 0 0.15
HSL 289.8º 0.57% 0.66% -
HSV(B) 289.8º 0.46% 0.85% -
XYZ 43.22 30.44 69.93 -
YUV 154.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 201 118 218 0.08 0.46 0 0.15 289.8 0.57 0.66
Hex C9 76 DA 8 2E 0 F 122 39 42
Octal 311 166 332 10 56 0 17 442 71 102
Binary 11001001 1110110 11011010 1000 101110 0 1111 100100010 111001 1000010

Color Harmonies of #C976DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976DA

Black with #C976DA

Text Example


Text Example

White with #C976DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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