Html Css Color HEX #C877D5 Orchid

📋 copy color: '#C877D5'

red 200 ◦ green 119 ◦ blue 213

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

Shades of Orchid #C877D5

Tints of Orchid #C877D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 37.59%
G = 22.37%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C877D5 (or 0xC877D5) is known color: Orchid. HEX triplet: C8, 77 and D5. RGB value is (200,119,213). Sum of RGB (Red+Green+Blue) = 200+119+213=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #C877D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877D5 is #37882A. Grayscale: #999999. Windows color (decimal): -3639339 or 13989832. OLE color: 13989832.

HSL color Cylindrical-coordinate representation of color #C877D5: hue angle of 291.7º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C877D5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 119 213 -
CMYK 0.06 0.44 0 0.16
HSL 291.7º 0.53% 0.65% -
HSV(B) 291.7º 0.44% 0.84% -
XYZ 42.43 30.28 66.56 -
YUV 153.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 200 119 213 0.06 0.44 0 0.16 291.7 0.53 0.65
Hex C8 77 D5 6 2C 0 10 124 35 41
Octal 310 167 325 6 54 0 20 444 65 101
Binary 11001000 1110111 11010101 110 101100 0 10000 100100100 110101 1000001

Color Harmonies of #C877D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C877D5

Black with #C877D5

Text Example


Text Example

White with #C877D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C877D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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