Html Css Color HEX #C971DF Orchid

📋 copy color: '#C971DF'

red 201 ◦ green 113 ◦ blue 223

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

Shades of Orchid #C971DF

Tints of Orchid #C971DF

RGB

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

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

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

R = 37.43%
G = 21.04%
B = 41.53%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C971DF (or 0xC971DF) is known color: Orchid. HEX triplet: C9, 71 and DF. RGB value is (201,113,223). Sum of RGB (Red+Green+Blue) = 201+113+223=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C971DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971DF is #368E20. Grayscale: #979797. Windows color (decimal): -3575329 or 14643657. OLE color: 14643657.

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

Color convert

RGB 201 113 223 -
CMYK 0.10 0.49 0 0.13
HSL 288º 0.63% 0.66% -
HSV(B) 288º 0.49% 0.87% -
XYZ 43.31 29.56 73.23 -
YUV 151.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 201 113 223 0.10 0.49 0 0.13 288 0.63 0.66
Hex C9 71 DF A 31 0 D 120 3F 42
Octal 311 161 337 12 61 0 15 440 77 102
Binary 11001001 1110001 11011111 1010 110001 0 1101 100100000 111111 1000010

Color Harmonies of #C971DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971DF

Black with #C971DF

Text Example


Text Example

White with #C971DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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