Html Css Color HEX #C871CF Orchid

📋 copy color: '#C871CF'

red 200 ◦ green 113 ◦ blue 207

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

Shades of Orchid #C871CF

Tints of Orchid #C871CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 38.46%
G = 21.73%
B = 39.81%

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

#C871CF (or 0xC871CF) is known color: Orchid. HEX triplet: C8, 71 and CF. RGB value is (200,113,207). Sum of RGB (Red+Green+Blue) = 200+113+207=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #C871CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871CF is #378E30. Grayscale: #959595. Windows color (decimal): -3640881 or 13595080. OLE color: 13595080.

HSL color Cylindrical-coordinate representation of color #C871CF: hue angle of 295.53º 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 #C871CF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 113 207 -
CMYK 0.03 0.45 0 0.19
HSL 295.53º 0.49% 0.63% -
HSV(B) 295.53º 0.45% 0.81% -
XYZ 40.99 28.59 62.39 -
YUV 149.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 200 113 207 0.03 0.45 0 0.19 295.53 0.49 0.63
Hex C8 71 CF 3 2D 0 13 128 31 3F
Octal 310 161 317 3 55 0 23 450 61 77
Binary 11001000 1110001 11001111 11 101101 0 10011 100101000 110001 111111

Color Harmonies of #C871CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871CF

Black with #C871CF

Text Example


Text Example

White with #C871CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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