Html Css Color HEX #C878D5 Orchid

📋 copy color: '#C878D5'

red 200 ◦ green 120 ◦ blue 213

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

Shades of Orchid #C878D5

Tints of Orchid #C878D5

RGB

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

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

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

R = 37.52%
G = 22.51%
B = 39.96%

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

#C878D5 (or 0xC878D5) is known color: Orchid. HEX triplet: C8, 78 and D5. RGB value is (200,120,213). Sum of RGB (Red+Green+Blue) = 200+120+213=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #C878D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878D5 is #37872A. Grayscale: #9A9A9A. Windows color (decimal): -3639083 or 13990088. OLE color: 13990088.

HSL color Cylindrical-coordinate representation of color #C878D5: hue angle of 291.61º 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 #C878D5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 120 213 -
CMYK 0.06 0.44 0 0.16
HSL 291.61º 0.53% 0.65% -
HSV(B) 291.61º 0.44% 0.84% -
XYZ 42.55 30.52 66.6 -
YUV 154.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 200 120 213 0.06 0.44 0 0.16 291.61 0.53 0.65
Hex C8 78 D5 6 2C 0 10 124 35 41
Octal 310 170 325 6 54 0 20 444 65 101
Binary 11001000 1111000 11010101 110 101100 0 10000 100100100 110101 1000001

Color Harmonies of #C878D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878D5

Black with #C878D5

Text Example


Text Example

White with #C878D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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