Html Css Color HEX #C871CD Orchid

📋 copy color: '#C871CD'

red 200 ◦ green 113 ◦ blue 205

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

Shades of Orchid #C871CD

Tints of Orchid #C871CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 38.61%
G = 21.81%
B = 39.58%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C871CD (or 0xC871CD) is known color: Orchid. HEX triplet: C8, 71 and CD. RGB value is (200,113,205). Sum of RGB (Red+Green+Blue) = 200+113+205=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C871CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871CD is #378E32. Grayscale: #959595. Windows color (decimal): -3640883 or 13464008. OLE color: 13464008.

HSL color Cylindrical-coordinate representation of color #C871CD: hue angle of 296.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C871CD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 113 205 -
CMYK 0.02 0.45 0 0.20
HSL 296.74º 0.48% 0.62% -
HSV(B) 296.74º 0.45% 0.8% -
XYZ 40.74 28.5 61.11 -
YUV 149.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 200 113 205 0.02 0.45 0 0.20 296.74 0.48 0.62
Hex C8 71 CD 2 2D 0 14 129 30 3E
Octal 310 161 315 2 55 0 24 451 60 76
Binary 11001000 1110001 11001101 10 101101 0 10100 100101001 110000 111110

Color Harmonies of #C871CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871CD

Black with #C871CD

Text Example


Text Example

White with #C871CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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