Html Css Color HEX #C871D0 Orchid

📋 copy color: '#C871D0'

red 200 ◦ green 113 ◦ blue 208

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

Shades of Orchid #C871D0

Tints of Orchid #C871D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 38.39%
G = 21.69%
B = 39.92%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C871D0 (or 0xC871D0) is known color: Orchid. HEX triplet: C8, 71 and D0. RGB value is (200,113,208). Sum of RGB (Red+Green+Blue) = 200+113+208=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #C871D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871D0 is #378E2F. Grayscale: #959595. Windows color (decimal): -3640880 or 13660616. OLE color: 13660616.

HSL color Cylindrical-coordinate representation of color #C871D0: hue angle of 294.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C871D0 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 113 208 -
CMYK 0.04 0.46 0 0.18
HSL 294.95º 0.5% 0.63% -
HSV(B) 294.95º 0.46% 0.82% -
XYZ 41.11 28.64 63.04 -
YUV 149.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 200 113 208 0.04 0.46 0 0.18 294.95 0.5 0.63
Hex C8 71 D0 4 2E 0 12 127 32 3F
Octal 310 161 320 4 56 0 22 447 62 77
Binary 11001000 1110001 11010000 100 101110 0 10010 100100111 110010 111111

Color Harmonies of #C871D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871D0

Black with #C871D0

Text Example


Text Example

White with #C871D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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