Html Css Color HEX #C976CE Orchid

📋 copy color: '#C976CE'

red 201 ◦ green 118 ◦ blue 206

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

Shades of Orchid #C976CE

Tints of Orchid #C976CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 38.29%
G = 22.48%
B = 39.24%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C976CE (or 0xC976CE) is known color: Orchid. HEX triplet: C9, 76 and CE. RGB value is (201,118,206). Sum of RGB (Red+Green+Blue) = 201+118+206=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C976CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976CE is #368931. Grayscale: #989898. Windows color (decimal): -3574066 or 13530825. OLE color: 13530825.

HSL color Cylindrical-coordinate representation of color #C976CE: hue angle of 296.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C976CE is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 118 206 -
CMYK 0.02 0.43 0 0.19
HSL 296.59º 0.47% 0.64% -
HSV(B) 296.59º 0.43% 0.81% -
XYZ 41.71 29.83 61.95 -
YUV 152.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 201 118 206 0.02 0.43 0 0.19 296.59 0.47 0.64
Hex C9 76 CE 2 2B 0 13 129 2F 40
Octal 311 166 316 2 53 0 23 451 57 100
Binary 11001001 1110110 11001110 10 101011 0 10011 100101001 101111 1000000

Color Harmonies of #C976CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976CE

Black with #C976CE

Text Example


Text Example

White with #C976CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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