Html Css Color HEX #C87FDC Orchid

📋 copy color: '#C87FDC'

red 200 ◦ green 127 ◦ blue 220

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

Shades of Orchid #C87FDC

Tints of Orchid #C87FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

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

R = 36.56%
G = 23.22%
B = 40.22%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C87FDC (or 0xC87FDC) is known color: Orchid. HEX triplet: C8, 7F and DC. RGB value is (200,127,220). Sum of RGB (Red+Green+Blue) = 200+127+220=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FDC is #378023. Grayscale: #9F9F9F. Windows color (decimal): -3637284 or 14450632. OLE color: 14450632.

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

Color convert

RGB 200 127 220 -
CMYK 0.09 0.42 0 0.14
HSL 287.1º 0.57% 0.68% -
HSV(B) 287.1º 0.42% 0.86% -
XYZ 44.33 32.63 71.67 -
YUV 159.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 200 127 220 0.09 0.42 0 0.14 287.1 0.57 0.68
Hex C8 7F DC 9 2A 0 E 11F 39 44
Octal 310 177 334 11 52 0 16 437 71 104
Binary 11001000 1111111 11011100 1001 101010 0 1110 100011111 111001 1000100

Color Harmonies of #C87FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FDC

Black with #C87FDC

Text Example


Text Example

White with #C87FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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