Html Css Color HEX #C87FCD Orchid

📋 copy color: '#C87FCD'

red 200 ◦ green 127 ◦ blue 205

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

Shades of Orchid #C87FCD

Tints of Orchid #C87FCD

RGB

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

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

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

R = 37.59%
G = 23.87%
B = 38.53%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C87FCD (or 0xC87FCD) is known color: Orchid. HEX triplet: C8, 7F and CD. RGB value is (200,127,205). Sum of RGB (Red+Green+Blue) = 200+127+205=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C87FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FCD is #378032. Grayscale: #9D9D9D. Windows color (decimal): -3637299 or 13467592. OLE color: 13467592.

HSL color Cylindrical-coordinate representation of color #C87FCD: hue angle of 296.15º degrees, saturation: 0.44, 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 #C87FCD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 127 205 -
CMYK 0.02 0.38 0 0.20
HSL 296.15º 0.44% 0.65% -
HSV(B) 296.15º 0.38% 0.8% -
XYZ 42.43 31.87 61.67 -
YUV 157.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 200 127 205 0.02 0.38 0 0.20 296.15 0.44 0.65
Hex C8 7F CD 2 26 0 14 128 2C 41
Octal 310 177 315 2 46 0 24 450 54 101
Binary 11001000 1111111 11001101 10 100110 0 10100 100101000 101100 1000001

Color Harmonies of #C87FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FCD

Black with #C87FCD

Text Example


Text Example

White with #C87FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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