Html Css Color HEX #C976DF Orchid

📋 copy color: '#C976DF'

red 201 ◦ green 118 ◦ blue 223

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

Shades of Orchid #C976DF

Tints of Orchid #C976DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 37.08%
G = 21.77%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C976DF (or 0xC976DF) is known color: Orchid. HEX triplet: C9, 76 and DF. RGB value is (201,118,223). Sum of RGB (Red+Green+Blue) = 201+118+223=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #C976DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976DF is #368920. Grayscale: #9A9A9A. Windows color (decimal): -3574049 or 14644937. OLE color: 14644937.

HSL color Cylindrical-coordinate representation of color #C976DF: hue angle of 287.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C976DF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 118 223 -
CMYK 0.10 0.47 0 0.13
HSL 287.43º 0.62% 0.67% -
HSV(B) 287.43º 0.47% 0.87% -
XYZ 43.89 30.7 73.43 -
YUV 154.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 201 118 223 0.10 0.47 0 0.13 287.43 0.62 0.67
Hex C9 76 DF A 2F 0 D 11F 3E 43
Octal 311 166 337 12 57 0 15 437 76 103
Binary 11001001 1110110 11011111 1010 101111 0 1101 100011111 111110 1000011

Color Harmonies of #C976DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976DF

Black with #C976DF

Text Example


Text Example

White with #C976DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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