Html Css Color HEX #C87FD0 Orchid

📋 copy color: '#C87FD0'

red 200 ◦ green 127 ◦ blue 208

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

Shades of Orchid #C87FD0

Tints of Orchid #C87FD0

RGB

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

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

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

R = 37.38%
G = 23.74%
B = 38.88%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C87FD0 (or 0xC87FD0) is known color: Orchid. HEX triplet: C8, 7F and D0. RGB value is (200,127,208). Sum of RGB (Red+Green+Blue) = 200+127+208=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C87FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FD0 is #37802F. Grayscale: #9D9D9D. Windows color (decimal): -3637296 or 13664200. OLE color: 13664200.

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

Color convert

RGB 200 127 208 -
CMYK 0.04 0.39 0 0.18
HSL 294.07º 0.46% 0.66% -
HSV(B) 294.07º 0.39% 0.82% -
XYZ 42.79 32.01 63.6 -
YUV 158.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 200 127 208 0.04 0.39 0 0.18 294.07 0.46 0.66
Hex C8 7F D0 4 27 0 12 126 2E 42
Octal 310 177 320 4 47 0 22 446 56 102
Binary 11001000 1111111 11010000 100 100111 0 10010 100100110 101110 1000010

Color Harmonies of #C87FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FD0

Black with #C87FD0

Text Example


Text Example

White with #C87FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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