Html Css Color HEX #C878DD Orchid

📋 copy color: '#C878DD'

red 200 ◦ green 120 ◦ blue 221

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

Shades of Orchid #C878DD

Tints of Orchid #C878DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 36.97%
G = 22.18%
B = 40.85%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C878DD (or 0xC878DD) is known color: Orchid. HEX triplet: C8, 78 and DD. RGB value is (200,120,221). Sum of RGB (Red+Green+Blue) = 200+120+221=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C878DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878DD is #378722. Grayscale: #9B9B9B. Windows color (decimal): -3639075 or 14514376. OLE color: 14514376.

HSL color Cylindrical-coordinate representation of color #C878DD: hue angle of 287.52º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C878DD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 120 221 -
CMYK 0.10 0.46 0 0.13
HSL 287.52º 0.6% 0.67% -
HSV(B) 287.52º 0.46% 0.87% -
XYZ 43.59 30.93 72.08 -
YUV 155.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 200 120 221 0.10 0.46 0 0.13 287.52 0.6 0.67
Hex C8 78 DD A 2E 0 D 120 3C 43
Octal 310 170 335 12 56 0 15 440 74 103
Binary 11001000 1111000 11011101 1010 101110 0 1101 100100000 111100 1000011

Color Harmonies of #C878DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878DD

Black with #C878DD

Text Example


Text Example

White with #C878DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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