Html Css Color HEX #C478DC Orchid

📋 copy color: '#C478DC'

red 196 ◦ green 120 ◦ blue 220

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

Shades of Orchid #C478DC

Tints of Orchid #C478DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 36.57%
G = 22.39%
B = 41.04%

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

#C478DC (or 0xC478DC) is known color: Orchid. HEX triplet: C4, 78 and DC. RGB value is (196,120,220). Sum of RGB (Red+Green+Blue) = 196+120+220=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C478DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478DC is #3B8723. Grayscale: #999999. Windows color (decimal): -3901220 or 14448836. OLE color: 14448836.

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

Color convert

RGB 196 120 220 -
CMYK 0.11 0.45 0 0.14
HSL 285.6º 0.59% 0.67% -
HSV(B) 285.6º 0.45% 0.86% -
XYZ 42.4 30.34 71.33 -
YUV 154.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 196 120 220 0.11 0.45 0 0.14 285.6 0.59 0.67
Hex C4 78 DC B 2D 0 E 11E 3B 43
Octal 304 170 334 13 55 0 16 436 73 103
Binary 11000100 1111000 11011100 1011 101101 0 1110 100011110 111011 1000011

Color Harmonies of #C478DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478DC

Black with #C478DC

Text Example


Text Example

White with #C478DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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