Html Css Color HEX #C971E0 Orchid

📋 copy color: '#C971E0'

red 201 ◦ green 113 ◦ blue 224

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

Shades of Orchid #C971E0

Tints of Orchid #C971E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 37.36%
G = 21%
B = 41.64%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C971E0 (or 0xC971E0) is known color: Orchid. HEX triplet: C9, 71 and E0. RGB value is (201,113,224). Sum of RGB (Red+Green+Blue) = 201+113+224=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #C971E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971E0 is #368E1F. Grayscale: #979797. Windows color (decimal): -3575328 or 14709193. OLE color: 14709193.

HSL color Cylindrical-coordinate representation of color #C971E0: hue angle of 287.57º degrees, saturation: 0.64, 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 #C971E0 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 113 224 -
CMYK 0.10 0.50 0 0.12
HSL 287.57º 0.64% 0.66% -
HSV(B) 287.57º 0.5% 0.88% -
XYZ 43.45 29.61 73.95 -
YUV 151.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 201 113 224 0.10 0.50 0 0.12 287.57 0.64 0.66
Hex C9 71 E0 A 32 0 C 120 40 42
Octal 311 161 340 12 62 0 14 440 100 102
Binary 11001001 1110001 11100000 1010 110010 0 1100 100100000 1000000 1000010

Color Harmonies of #C971E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971E0

Black with #C971E0

Text Example


Text Example

White with #C971E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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