Html Css Color HEX #C87CDE Orchid

📋 copy color: '#C87CDE'

red 200 ◦ green 124 ◦ blue 222

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

Shades of Orchid #C87CDE

Tints of Orchid #C87CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 36.63%
G = 22.71%
B = 40.66%

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

#C87CDE (or 0xC87CDE) is known color: Orchid. HEX triplet: C8, 7C and DE. RGB value is (200,124,222). Sum of RGB (Red+Green+Blue) = 200+124+222=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #C87CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CDE is #378321. Grayscale: #9D9D9D. Windows color (decimal): -3638050 or 14580936. OLE color: 14580936.

HSL color Cylindrical-coordinate representation of color #C87CDE: hue angle of 286.53º degrees, saturation: 0.6, 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 #C87CDE is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 124 222 -
CMYK 0.10 0.44 0 0.13
HSL 286.53º 0.6% 0.68% -
HSV(B) 286.53º 0.44% 0.87% -
XYZ 44.21 31.97 72.95 -
YUV 157.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 200 124 222 0.10 0.44 0 0.13 286.53 0.6 0.68
Hex C8 7C DE A 2C 0 D 11F 3C 44
Octal 310 174 336 12 54 0 15 437 74 104
Binary 11001000 1111100 11011110 1010 101100 0 1101 100011111 111100 1000100

Color Harmonies of #C87CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CDE

Black with #C87CDE

Text Example


Text Example

White with #C87CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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