Html Css Color HEX #C87CC6 Orchid

📋 copy color: '#C87CC6'

red 200 ◦ green 124 ◦ blue 198

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

Shades of Orchid #C87CC6

Tints of Orchid #C87CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 38.31%
G = 23.75%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C87CC6 (or 0xC87CC6) is known color: Orchid. HEX triplet: C8, 7C and C6. RGB value is (200,124,198). Sum of RGB (Red+Green+Blue) = 200+124+198=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CC6 is #378339. Grayscale: #9A9A9A. Windows color (decimal): -3638074 or 13008072. OLE color: 13008072.

HSL color Cylindrical-coordinate representation of color #C87CC6: hue angle of 301.58º 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 #C87CC6 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 124 198 -
CMYK 0 0.38 0.01 0.22
HSL 301.58º 0.41% 0.64% -
HSV(B) 301.58º 0.38% 0.78% -
XYZ 41.22 30.77 57.19 -
YUV 155.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 200 124 198 0 0.38 0.01 0.22 301.58 0.41 0.64
Hex C8 7C C6 0 26 1 16 12E 29 40
Octal 310 174 306 0 46 1 26 456 51 100
Binary 11001000 1111100 11000110 0 100110 1 10110 100101110 101001 1000000

Color Harmonies of #C87CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CC6

Black with #C87CC6

Text Example


Text Example

White with #C87CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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