Html Css Color HEX #C877DA Orchid

📋 copy color: '#C877DA'

red 200 ◦ green 119 ◦ blue 218

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

Shades of Orchid #C877DA

Tints of Orchid #C877DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 37.24%
G = 22.16%
B = 40.6%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C877DA (or 0xC877DA) is known color: Orchid. HEX triplet: C8, 77 and DA. RGB value is (200,119,218). Sum of RGB (Red+Green+Blue) = 200+119+218=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C877DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877DA is #378825. Grayscale: #9A9A9A. Windows color (decimal): -3639334 or 14317512. OLE color: 14317512.

HSL color Cylindrical-coordinate representation of color #C877DA: hue angle of 289.09º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C877DA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 119 218 -
CMYK 0.08 0.45 0 0.15
HSL 289.09º 0.57% 0.66% -
HSV(B) 289.09º 0.45% 0.85% -
XYZ 43.07 30.53 69.95 -
YUV 154.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 200 119 218 0.08 0.45 0 0.15 289.09 0.57 0.66
Hex C8 77 DA 8 2D 0 F 121 39 42
Octal 310 167 332 10 55 0 17 441 71 102
Binary 11001000 1110111 11011010 1000 101101 0 1111 100100001 111001 1000010

Color Harmonies of #C877DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C877DA

Black with #C877DA

Text Example


Text Example

White with #C877DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C877DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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