Html Css Color HEX #C971D0 Orchid

📋 copy color: '#C971D0'

red 201 ◦ green 113 ◦ blue 208

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

Shades of Orchid #C971D0

Tints of Orchid #C971D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 38.51%
G = 21.65%
B = 39.85%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C971D0 (or 0xC971D0) is known color: Orchid. HEX triplet: C9, 71 and D0. RGB value is (201,113,208). Sum of RGB (Red+Green+Blue) = 201+113+208=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #C971D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971D0 is #368E2F. Grayscale: #959595. Windows color (decimal): -3575344 or 13660617. OLE color: 13660617.

HSL color Cylindrical-coordinate representation of color #C971D0: hue angle of 295.58º degrees, saturation: 0.5, 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 #C971D0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 113 208 -
CMYK 0.03 0.46 0 0.18
HSL 295.58º 0.5% 0.63% -
HSV(B) 295.58º 0.46% 0.82% -
XYZ 41.38 28.78 63.05 -
YUV 150.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 201 113 208 0.03 0.46 0 0.18 295.58 0.5 0.63
Hex C9 71 D0 3 2E 0 12 128 32 3F
Octal 311 161 320 3 56 0 22 450 62 77
Binary 11001001 1110001 11010000 11 101110 0 10010 100101000 110010 111111

Color Harmonies of #C971D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971D0

Black with #C971D0

Text Example


Text Example

White with #C971D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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