Html Css Color HEX #C87EDE Orchid

📋 copy color: '#C87EDE'

red 200 ◦ green 126 ◦ blue 222

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

Shades of Orchid #C87EDE

Tints of Orchid #C87EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.99%

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

R = 36.5%
G = 22.99%
B = 40.51%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C87EDE (or 0xC87EDE) is known color: Orchid. HEX triplet: C8, 7E and DE. RGB value is (200,126,222). Sum of RGB (Red+Green+Blue) = 200+126+222=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #C87EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EDE is #378121. Grayscale: #9E9E9E. Windows color (decimal): -3637538 or 14581448. OLE color: 14581448.

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

Color convert

RGB 200 126 222 -
CMYK 0.10 0.43 0 0.13
HSL 286.25º 0.59% 0.68% -
HSV(B) 286.25º 0.43% 0.87% -
XYZ 44.47 32.47 73.03 -
YUV 159.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 200 126 222 0.10 0.43 0 0.13 286.25 0.59 0.68
Hex C8 7E DE A 2B 0 D 11E 3B 44
Octal 310 176 336 12 53 0 15 436 73 104
Binary 11001000 1111110 11011110 1010 101011 0 1101 100011110 111011 1000100

Color Harmonies of #C87EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87EDE

Black with #C87EDE

Text Example


Text Example

White with #C87EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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