Html Css Color HEX #C87FCC Orchid

📋 copy color: '#C87FCC'

red 200 ◦ green 127 ◦ blue 204

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

Shades of Orchid #C87FCC

Tints of Orchid #C87FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 37.66%
G = 23.92%
B = 38.42%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C87FCC (or 0xC87FCC) is known color: Orchid. HEX triplet: C8, 7F and CC. RGB value is (200,127,204). Sum of RGB (Red+Green+Blue) = 200+127+204=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FCC is #378033. Grayscale: #9D9D9D. Windows color (decimal): -3637300 or 13402056. OLE color: 13402056.

HSL color Cylindrical-coordinate representation of color #C87FCC: hue angle of 296.88º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87FCC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 127 204 -
CMYK 0.02 0.38 0 0.2
HSL 296.88º 0.43% 0.65% -
HSV(B) 296.88º 0.38% 0.8% -
XYZ 42.31 31.82 61.04 -
YUV 157.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 200 127 204 0.02 0.38 0 0.2 296.88 0.43 0.65
Hex C8 7F CC 2 26 0 14 129 2B 41
Octal 310 177 314 2 46 0 24 451 53 101
Binary 11001000 1111111 11001100 10 100110 0 10100 100101001 101011 1000001

Color Harmonies of #C87FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FCC

Black with #C87FCC

Text Example


Text Example

White with #C87FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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