Html Css Color HEX #C971E1 Orchid

📋 copy color: '#C971E1'

red 201 ◦ green 113 ◦ blue 225

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

Shades of Orchid #C971E1

Tints of Orchid #C971E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 37.29%
G = 20.96%
B = 41.74%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C971E1 (or 0xC971E1) is known color: Orchid. HEX triplet: C9, 71 and E1. RGB value is (201,113,225). Sum of RGB (Red+Green+Blue) = 201+113+225=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #C971E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971E1 is #368E1E. Grayscale: #979797. Windows color (decimal): -3575327 or 14774729. OLE color: 14774729.

HSL color Cylindrical-coordinate representation of color #C971E1: hue angle of 287.14º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C971E1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 113 225 -
CMYK 0.11 0.50 0 0.12
HSL 287.14º 0.65% 0.66% -
HSV(B) 287.14º 0.5% 0.88% -
XYZ 43.58 29.66 74.66 -
YUV 152.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 201 113 225 0.11 0.50 0 0.12 287.14 0.65 0.66
Hex C9 71 E1 B 32 0 C 11F 41 42
Octal 311 161 341 13 62 0 14 437 101 102
Binary 11001001 1110001 11100001 1011 110010 0 1100 100011111 1000001 1000010

Color Harmonies of #C971E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971E1

Black with #C971E1

Text Example


Text Example

White with #C971E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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