Html Css Color HEX #C871E0 Orchid

📋 copy color: '#C871E0'

red 200 ◦ green 113 ◦ blue 224

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

Shades of Orchid #C871E0

Tints of Orchid #C871E0

RGB

 RED value IS 200 (78.52% from 255) = 37.24%

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

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

R = 37.24%
G = 21.04%
B = 41.71%

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

#C871E0 (or 0xC871E0) is known color: Orchid. HEX triplet: C8, 71 and E0. RGB value is (200,113,224). Sum of RGB (Red+Green+Blue) = 200+113+224=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #C871E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871E0 is #378E1F. Grayscale: #979797. Windows color (decimal): -3640864 or 14709192. OLE color: 14709192.

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

Color convert

RGB 200 113 224 -
CMYK 0.11 0.50 0 0.12
HSL 287.03º 0.64% 0.66% -
HSV(B) 287.03º 0.5% 0.88% -
XYZ 43.18 29.47 73.93 -
YUV 151.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 200 113 224 0.11 0.50 0 0.12 287.03 0.64 0.66
Hex C8 71 E0 B 32 0 C 11F 40 42
Octal 310 161 340 13 62 0 14 437 100 102
Binary 11001000 1110001 11100000 1011 110010 0 1100 100011111 1000000 1000010

Color Harmonies of #C871E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871E0

Black with #C871E0

Text Example


Text Example

White with #C871E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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