Html Css Color HEX #C87CDC Orchid

📋 copy color: '#C87CDC'

red 200 ◦ green 124 ◦ blue 220

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

Shades of Orchid #C87CDC

Tints of Orchid #C87CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

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

R = 36.76%
G = 22.79%
B = 40.44%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C87CDC (or 0xC87CDC) is known color: Orchid. HEX triplet: C8, 7C and DC. RGB value is (200,124,220). Sum of RGB (Red+Green+Blue) = 200+124+220=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CDC is #378323. Grayscale: #9D9D9D. Windows color (decimal): -3638052 or 14449864. OLE color: 14449864.

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

Color convert

RGB 200 124 220 -
CMYK 0.09 0.44 0 0.14
HSL 287.5º 0.58% 0.67% -
HSV(B) 287.5º 0.44% 0.86% -
XYZ 43.95 31.86 71.54 -
YUV 157.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 200 124 220 0.09 0.44 0 0.14 287.5 0.58 0.67
Hex C8 7C DC 9 2C 0 E 120 3A 43
Octal 310 174 334 11 54 0 16 440 72 103
Binary 11001000 1111100 11011100 1001 101100 0 1110 100100000 111010 1000011

Color Harmonies of #C87CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CDC

Black with #C87CDC

Text Example


Text Example

White with #C87CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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