Html Css Color HEX #C87EDA Orchid

📋 copy color: '#C87EDA'

red 200 ◦ green 126 ◦ blue 218

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

Shades of Orchid #C87EDA

Tints of Orchid #C87EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 36.76%
G = 23.16%
B = 40.07%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C87EDA (or 0xC87EDA) is known color: Orchid. HEX triplet: C8, 7E and DA. RGB value is (200,126,218). Sum of RGB (Red+Green+Blue) = 200+126+218=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C87EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EDA is #378125. Grayscale: #9E9E9E. Windows color (decimal): -3637542 or 14319304. OLE color: 14319304.

HSL color Cylindrical-coordinate representation of color #C87EDA: hue angle of 288.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87EDA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 126 218 -
CMYK 0.08 0.42 0 0.15
HSL 288.26º 0.55% 0.67% -
HSV(B) 288.26º 0.42% 0.85% -
XYZ 43.94 32.26 70.24 -
YUV 158.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 200 126 218 0.08 0.42 0 0.15 288.26 0.55 0.67
Hex C8 7E DA 8 2A 0 F 120 37 43
Octal 310 176 332 10 52 0 17 440 67 103
Binary 11001000 1111110 11011010 1000 101010 0 1111 100100000 110111 1000011

Color Harmonies of #C87EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87EDA

Black with #C87EDA

Text Example


Text Example

White with #C87EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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