Html Css Color HEX #C87EBE Orchid

📋 copy color: '#C87EBE'

red 200 ◦ green 126 ◦ blue 190

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

Shades of Orchid #C87EBE

Tints of Orchid #C87EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 38.76%
G = 24.42%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C87EBE (or 0xC87EBE) is known color: Orchid. HEX triplet: C8, 7E and BE. RGB value is (200,126,190). Sum of RGB (Red+Green+Blue) = 200+126+190=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EBE is #378141. Grayscale: #9B9B9B. Windows color (decimal): -3637570 or 12484296. OLE color: 12484296.

HSL color Cylindrical-coordinate representation of color #C87EBE: hue angle of 308.11º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87EBE is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 126 190 -
CMYK 0 0.37 0.05 0.22
HSL 308.11º 0.4% 0.64% -
HSV(B) 308.11º 0.37% 0.78% -
XYZ 40.57 30.92 52.54 -
YUV 155.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 200 126 190 0 0.37 0.05 0.22 308.11 0.4 0.64
Hex C8 7E BE 0 25 5 16 134 28 40
Octal 310 176 276 0 45 5 26 464 50 100
Binary 11001000 1111110 10111110 0 100101 101 10110 100110100 101000 1000000

Color Harmonies of #C87EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87EBE

Black with #C87EBE

Text Example


Text Example

White with #C87EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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