Html Css Color HEX #C87CC0 Orchid

📋 copy color: '#C87CC0'

red 200 ◦ green 124 ◦ blue 192

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

Shades of Orchid #C87CC0

Tints of Orchid #C87CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.03%

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 38.76%
G = 24.03%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C87CC0 (or 0xC87CC0) is known color: Orchid. HEX triplet: C8, 7C and C0. RGB value is (200,124,192). Sum of RGB (Red+Green+Blue) = 200+124+192=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CC0 is #37833F. Grayscale: #9A9A9A. Windows color (decimal): -3638080 or 12614856. OLE color: 12614856.

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

Color convert

RGB 200 124 192 -
CMYK 0 0.38 0.04 0.22
HSL 306.32º 0.41% 0.64% -
HSV(B) 306.32º 0.38% 0.78% -
XYZ 40.54 30.5 53.62 -
YUV 154.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 200 124 192 0 0.38 0.04 0.22 306.32 0.41 0.64
Hex C8 7C C0 0 26 4 16 132 29 40
Octal 310 174 300 0 46 4 26 462 51 100
Binary 11001000 1111100 11000000 0 100110 100 10110 100110010 101001 1000000

Color Harmonies of #C87CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CC0

Black with #C87CC0

Text Example


Text Example

White with #C87CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CC0; }

 p { color: rgb(200,124,192); }

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

background-color css

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

 a { background-color: rgb(200,124,192); }

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

border-color css

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

 span { border-color: rgb(200,124,192); }

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