Html Css Color HEX #C871CE Orchid

📋 copy color: '#C871CE'

red 200 ◦ green 113 ◦ blue 206

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

Shades of Orchid #C871CE

Tints of Orchid #C871CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 38.54%
G = 21.77%
B = 39.69%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C871CE (or 0xC871CE) is known color: Orchid. HEX triplet: C8, 71 and CE. RGB value is (200,113,206). Sum of RGB (Red+Green+Blue) = 200+113+206=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C871CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871CE is #378E31. Grayscale: #959595. Windows color (decimal): -3640882 or 13529544. OLE color: 13529544.

HSL color Cylindrical-coordinate representation of color #C871CE: hue angle of 296.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C871CE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 113 206 -
CMYK 0.03 0.45 0 0.19
HSL 296.13º 0.49% 0.63% -
HSV(B) 296.13º 0.45% 0.81% -
XYZ 40.87 28.55 61.75 -
YUV 149.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 200 113 206 0.03 0.45 0 0.19 296.13 0.49 0.63
Hex C8 71 CE 3 2D 0 13 128 31 3F
Octal 310 161 316 3 55 0 23 450 61 77
Binary 11001000 1110001 11001110 11 101101 0 10011 100101000 110001 111111

Color Harmonies of #C871CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871CE

Black with #C871CE

Text Example


Text Example

White with #C871CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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