Html Css Color HEX #C87DDC Orchid

📋 copy color: '#C87DDC'

red 200 ◦ green 125 ◦ blue 220

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

Shades of Orchid #C87DDC

Tints of Orchid #C87DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.94%

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

R = 36.7%
G = 22.94%
B = 40.37%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C87DDC (or 0xC87DDC) is known color: Orchid. HEX triplet: C8, 7D and DC. RGB value is (200,125,220). Sum of RGB (Red+Green+Blue) = 200+125+220=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DDC is #378223. Grayscale: #9D9D9D. Windows color (decimal): -3637796 or 14450120. OLE color: 14450120.

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

Color convert

RGB 200 125 220 -
CMYK 0.09 0.43 0 0.14
HSL 287.37º 0.58% 0.68% -
HSV(B) 287.37º 0.43% 0.86% -
XYZ 44.07 32.11 71.59 -
YUV 158.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 200 125 220 0.09 0.43 0 0.14 287.37 0.58 0.68
Hex C8 7D DC 9 2B 0 E 11F 3A 44
Octal 310 175 334 11 53 0 16 437 72 104
Binary 11001000 1111101 11011100 1001 101011 0 1110 100011111 111010 1000100

Color Harmonies of #C87DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DDC

Black with #C87DDC

Text Example


Text Example

White with #C87DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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