Html Css Color HEX #C87ECA Orchid

📋 copy color: '#C87ECA'

red 200 ◦ green 126 ◦ blue 202

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

Shades of Orchid #C87ECA

Tints of Orchid #C87ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 37.88%
G = 23.86%
B = 38.26%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C87ECA (or 0xC87ECA) is known color: Orchid. HEX triplet: C8, 7E and CA. RGB value is (200,126,202). Sum of RGB (Red+Green+Blue) = 200+126+202=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #C87ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ECA is #378135. Grayscale: #9C9C9C. Windows color (decimal): -3637558 or 13270728. OLE color: 13270728.

HSL color Cylindrical-coordinate representation of color #C87ECA: hue angle of 298.42º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87ECA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 126 202 -
CMYK 0.01 0.38 0 0.21
HSL 298.42º 0.42% 0.64% -
HSV(B) 298.42º 0.38% 0.79% -
XYZ 41.94 31.47 59.74 -
YUV 156.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 200 126 202 0.01 0.38 0 0.21 298.42 0.42 0.64
Hex C8 7E CA 1 26 0 15 12A 2A 40
Octal 310 176 312 1 46 0 25 452 52 100
Binary 11001000 1111110 11001010 1 100110 0 10101 100101010 101010 1000000

Color Harmonies of #C87ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ECA

Black with #C87ECA

Text Example


Text Example

White with #C87ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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