Html Css Color HEX #C871DC Orchid

📋 copy color: '#C871DC'

red 200 ◦ green 113 ◦ blue 220

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

Shades of Orchid #C871DC

Tints of Orchid #C871DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 37.52%
G = 21.2%
B = 41.28%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C871DC (or 0xC871DC) is known color: Orchid. HEX triplet: C8, 71 and DC. RGB value is (200,113,220). Sum of RGB (Red+Green+Blue) = 200+113+220=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C871DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871DC is #378E23. Grayscale: #969696. Windows color (decimal): -3640868 or 14447048. OLE color: 14447048.

HSL color Cylindrical-coordinate representation of color #C871DC: hue angle of 288.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C871DC is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 113 220 -
CMYK 0.09 0.49 0 0.14
HSL 288.79º 0.6% 0.65% -
HSV(B) 288.79º 0.49% 0.86% -
XYZ 42.64 29.26 71.11 -
YUV 151.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 200 113 220 0.09 0.49 0 0.14 288.79 0.6 0.65
Hex C8 71 DC 9 31 0 E 121 3C 41
Octal 310 161 334 11 61 0 16 441 74 101
Binary 11001000 1110001 11011100 1001 110001 0 1110 100100001 111100 1000001

Color Harmonies of #C871DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871DC

Black with #C871DC

Text Example


Text Example

White with #C871DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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