Html Css Color HEX #C971D9 Orchid

📋 copy color: '#C971D9'

red 201 ◦ green 113 ◦ blue 217

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

Shades of Orchid #C971D9

Tints of Orchid #C971D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.28%

 BLUE value IS 217 (85.16% from 255) = 40.87%

R = 37.85%
G = 21.28%
B = 40.87%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C971D9 (or 0xC971D9) is known color: Orchid. HEX triplet: C9, 71 and D9. RGB value is (201,113,217). Sum of RGB (Red+Green+Blue) = 201+113+217=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #C971D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971D9 is #368E26. Grayscale: #969696. Windows color (decimal): -3575335 or 14250441. OLE color: 14250441.

HSL color Cylindrical-coordinate representation of color #C971D9: hue angle of 290.77º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C971D9 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 113 217 -
CMYK 0.07 0.48 0 0.15
HSL 290.77º 0.58% 0.65% -
HSV(B) 290.77º 0.48% 0.85% -
XYZ 42.52 29.24 69.05 -
YUV 151.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 201 113 217 0.07 0.48 0 0.15 290.77 0.58 0.65
Hex C9 71 D9 7 30 0 F 123 3A 41
Octal 311 161 331 7 60 0 17 443 72 101
Binary 11001001 1110001 11011001 111 110000 0 1111 100100011 111010 1000001

Color Harmonies of #C971D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971D9

Black with #C971D9

Text Example


Text Example

White with #C971D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971D9; }

 p { color: rgb(201,113,217); }

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

background-color css

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

 a { background-color: rgb(201,113,217); }

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

border-color css

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

 span { border-color: rgb(201,113,217); }

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