Html Css Color HEX #C878D7 Orchid

📋 copy color: '#C878D7'

red 200 ◦ green 120 ◦ blue 215

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

Shades of Orchid #C878D7

Tints of Orchid #C878D7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.43%

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 37.38%
G = 22.43%
B = 40.19%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C878D7 (or 0xC878D7) is known color: Orchid. HEX triplet: C8, 78 and D7. RGB value is (200,120,215). Sum of RGB (Red+Green+Blue) = 200+120+215=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #C878D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878D7 is #378728. Grayscale: #9A9A9A. Windows color (decimal): -3639081 or 14121160. OLE color: 14121160.

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

Color convert

RGB 200 120 215 -
CMYK 0.07 0.44 0 0.16
HSL 290.53º 0.54% 0.66% -
HSV(B) 290.53º 0.44% 0.84% -
XYZ 42.8 30.62 67.94 -
YUV 154.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 200 120 215 0.07 0.44 0 0.16 290.53 0.54 0.66
Hex C8 78 D7 7 2C 0 10 123 36 42
Octal 310 170 327 7 54 0 20 443 66 102
Binary 11001000 1111000 11010111 111 101100 0 10000 100100011 110110 1000010

Color Harmonies of #C878D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878D7

Black with #C878D7

Text Example


Text Example

White with #C878D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878D7; }

 p { color: rgb(200,120,215); }

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

background-color css

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

 a { background-color: rgb(200,120,215); }

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

border-color css

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

 span { border-color: rgb(200,120,215); }

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