Html Css Color HEX #C877CE Orchid

📋 copy color: '#C877CE'

red 200 ◦ green 119 ◦ blue 206

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

Shades of Orchid #C877CE

Tints of Orchid #C877CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.67%

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 38.1%
G = 22.67%
B = 39.24%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C877CE (or 0xC877CE) is known color: Orchid. HEX triplet: C8, 77 and CE. RGB value is (200,119,206). Sum of RGB (Red+Green+Blue) = 200+119+206=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C877CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877CE is #378831. Grayscale: #989898. Windows color (decimal): -3639346 or 13531080. OLE color: 13531080.

HSL color Cylindrical-coordinate representation of color #C877CE: hue angle of 295.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C877CE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 119 206 -
CMYK 0.03 0.42 0 0.19
HSL 295.86º 0.47% 0.64% -
HSV(B) 295.86º 0.42% 0.81% -
XYZ 41.56 29.93 61.98 -
YUV 153.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 200 119 206 0.03 0.42 0 0.19 295.86 0.47 0.64
Hex C8 77 CE 3 2A 0 13 128 2F 40
Octal 310 167 316 3 52 0 23 450 57 100
Binary 11001000 1110111 11001110 11 101010 0 10011 100101000 101111 1000000

Color Harmonies of #C877CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C877CE

Black with #C877CE

Text Example


Text Example

White with #C877CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C877CE; }

 p { color: rgb(200,119,206); }

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

background-color css

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

 a { background-color: rgb(200,119,206); }

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

border-color css

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

 span { border-color: rgb(200,119,206); }

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