Html Css Color HEX #C87ECC Orchid

📋 copy color: '#C87ECC'

red 200 ◦ green 126 ◦ blue 204

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

Shades of Orchid #C87ECC

Tints of Orchid #C87ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 37.74%
G = 23.77%
B = 38.49%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C87ECC (or 0xC87ECC) is known color: Orchid. HEX triplet: C8, 7E and CC. RGB value is (200,126,204). Sum of RGB (Red+Green+Blue) = 200+126+204=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ECC is #378133. Grayscale: #9C9C9C. Windows color (decimal): -3637556 or 13401800. OLE color: 13401800.

HSL color Cylindrical-coordinate representation of color #C87ECC: hue angle of 296.92º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87ECC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 126 204 -
CMYK 0.02 0.38 0 0.2
HSL 296.92º 0.43% 0.65% -
HSV(B) 296.92º 0.38% 0.8% -
XYZ 42.18 31.56 61 -
YUV 157.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 200 126 204 0.02 0.38 0 0.2 296.92 0.43 0.65
Hex C8 7E CC 2 26 0 14 129 2B 41
Octal 310 176 314 2 46 0 24 451 53 101
Binary 11001000 1111110 11001100 10 100110 0 10100 100101001 101011 1000001

Color Harmonies of #C87ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ECC

Black with #C87ECC

Text Example


Text Example

White with #C87ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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