Html Css Color HEX #C871D9 Orchid

📋 copy color: '#C871D9'

red 200 ◦ green 113 ◦ blue 217

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

Shades of Orchid #C871D9

Tints of Orchid #C871D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.94%

R = 37.74%
G = 21.32%
B = 40.94%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C871D9 (or 0xC871D9) is known color: Orchid. HEX triplet: C8, 71 and D9. RGB value is (200,113,217). Sum of RGB (Red+Green+Blue) = 200+113+217=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #C871D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871D9 is #378E26. Grayscale: #969696. Windows color (decimal): -3640871 or 14250440. OLE color: 14250440.

HSL color Cylindrical-coordinate representation of color #C871D9: hue angle of 290.19º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C871D9 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 113 217 -
CMYK 0.08 0.48 0 0.15
HSL 290.19º 0.58% 0.65% -
HSV(B) 290.19º 0.48% 0.85% -
XYZ 42.25 29.1 69.04 -
YUV 150.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 200 113 217 0.08 0.48 0 0.15 290.19 0.58 0.65
Hex C8 71 D9 8 30 0 F 122 3A 41
Octal 310 161 331 10 60 0 17 442 72 101
Binary 11001000 1110001 11011001 1000 110000 0 1111 100100010 111010 1000001

Color Harmonies of #C871D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871D9

Black with #C871D9

Text Example


Text Example

White with #C871D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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