Html Css Color HEX #C478DB Orchid

📋 copy color: '#C478DB'

red 196 ◦ green 120 ◦ blue 219

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

Shades of Orchid #C478DB

Tints of Orchid #C478DB

RGB

 RED value IS 196 (76.95% from 255) = 36.64%

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 36.64%
G = 22.43%
B = 40.93%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C478DB (or 0xC478DB) is known color: Orchid. HEX triplet: C4, 78 and DB. RGB value is (196,120,219). Sum of RGB (Red+Green+Blue) = 196+120+219=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #C478DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478DB is #3B8724. Grayscale: #999999. Windows color (decimal): -3901221 or 14383300. OLE color: 14383300.

HSL color Cylindrical-coordinate representation of color #C478DB: hue angle of 286.06º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C478DB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 120 219 -
CMYK 0.11 0.45 0 0.14
HSL 286.06º 0.58% 0.66% -
HSV(B) 286.06º 0.45% 0.86% -
XYZ 42.27 30.28 70.64 -
YUV 154.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 196 120 219 0.11 0.45 0 0.14 286.06 0.58 0.66
Hex C4 78 DB B 2D 0 E 11E 3A 42
Octal 304 170 333 13 55 0 16 436 72 102
Binary 11000100 1111000 11011011 1011 101101 0 1110 100011110 111010 1000010

Color Harmonies of #C478DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478DB

Black with #C478DB

Text Example


Text Example

White with #C478DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478DB; }

 p { color: rgb(196,120,219); }

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

background-color css

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

 a { background-color: rgb(196,120,219); }

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

border-color css

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

 span { border-color: rgb(196,120,219); }

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