Html Css Color HEX #C971D1 Orchid

📋 copy color: '#C971D1'

red 201 ◦ green 113 ◦ blue 209

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

Shades of Orchid #C971D1

Tints of Orchid #C971D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 38.43%
G = 21.61%
B = 39.96%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C971D1 (or 0xC971D1) is known color: Orchid. HEX triplet: C9, 71 and D1. RGB value is (201,113,209). Sum of RGB (Red+Green+Blue) = 201+113+209=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #C971D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971D1 is #368E2E. Grayscale: #959595. Windows color (decimal): -3575343 or 13726153. OLE color: 13726153.

HSL color Cylindrical-coordinate representation of color #C971D1: hue angle of 295º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C971D1 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 113 209 -
CMYK 0.04 0.46 0 0.18
HSL 295º 0.51% 0.63% -
HSV(B) 295º 0.46% 0.82% -
XYZ 41.5 28.83 63.7 -
YUV 150.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 201 113 209 0.04 0.46 0 0.18 295 0.51 0.63
Hex C9 71 D1 4 2E 0 12 127 33 3F
Octal 311 161 321 4 56 0 22 447 63 77
Binary 11001001 1110001 11010001 100 101110 0 10010 100100111 110011 111111

Color Harmonies of #C971D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971D1

Black with #C971D1

Text Example


Text Example

White with #C971D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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