Html Css Color HEX #C878DA Orchid

📋 copy color: '#C878DA'

red 200 ◦ green 120 ◦ blue 218

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

Shades of Orchid #C878DA

Tints of Orchid #C878DA

RGB

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

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

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

R = 37.17%
G = 22.3%
B = 40.52%

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

#C878DA (or 0xC878DA) is known color: Orchid. HEX triplet: C8, 78 and DA. RGB value is (200,120,218). Sum of RGB (Red+Green+Blue) = 200+120+218=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #C878DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878DA is #378725. Grayscale: #9A9A9A. Windows color (decimal): -3639078 or 14317768. OLE color: 14317768.

HSL color Cylindrical-coordinate representation of color #C878DA: hue angle of 288.98º 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 #C878DA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 120 218 -
CMYK 0.08 0.45 0 0.15
HSL 288.98º 0.57% 0.66% -
HSV(B) 288.98º 0.45% 0.85% -
XYZ 43.19 30.77 69.99 -
YUV 155.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 200 120 218 0.08 0.45 0 0.15 288.98 0.57 0.66
Hex C8 78 DA 8 2D 0 F 121 39 42
Octal 310 170 332 10 55 0 17 441 71 102
Binary 11001000 1111000 11011010 1000 101101 0 1111 100100001 111001 1000010

Color Harmonies of #C878DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878DA

Black with #C878DA

Text Example


Text Example

White with #C878DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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