Html Css Color HEX #C87CDD Orchid

📋 copy color: '#C87CDD'

red 200 ◦ green 124 ◦ blue 221

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

Shades of Orchid #C87CDD

Tints of Orchid #C87CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 36.7%
G = 22.75%
B = 40.55%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C87CDD (or 0xC87CDD) is known color: Orchid. HEX triplet: C8, 7C and DD. RGB value is (200,124,221). Sum of RGB (Red+Green+Blue) = 200+124+221=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C87CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CDD is #378322. Grayscale: #9D9D9D. Windows color (decimal): -3638051 or 14515400. OLE color: 14515400.

HSL color Cylindrical-coordinate representation of color #C87CDD: hue angle of 287.01º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87CDD is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 124 221 -
CMYK 0.10 0.44 0 0.13
HSL 287.01º 0.59% 0.68% -
HSV(B) 287.01º 0.44% 0.87% -
XYZ 44.08 31.92 72.24 -
YUV 157.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 200 124 221 0.10 0.44 0 0.13 287.01 0.59 0.68
Hex C8 7C DD A 2C 0 D 11F 3B 44
Octal 310 174 335 12 54 0 15 437 73 104
Binary 11001000 1111100 11011101 1010 101100 0 1101 100011111 111011 1000100

Color Harmonies of #C87CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CDD

Black with #C87CDD

Text Example


Text Example

White with #C87CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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