Html Css Color HEX #D478DC Orchid

📋 copy color: '#D478DC'

red 212 ◦ green 120 ◦ blue 220

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

Shades of Orchid #D478DC

Tints of Orchid #D478DC

RGB

 RED value IS 212 (83.2% from 255) = 38.41%

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

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

R = 38.41%
G = 21.74%
B = 39.86%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D478DC (or 0xD478DC) is known color: Orchid. HEX triplet: D4, 78 and DC. RGB value is (212,120,220). Sum of RGB (Red+Green+Blue) = 212+120+220=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #D478DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478DC is #2B8723. Grayscale: #9E9E9E. Windows color (decimal): -2852644 or 14448852. OLE color: 14448852.

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

Color convert

RGB 212 120 220 -
CMYK 0.04 0.45 0 0.14
HSL 295.2º 0.59% 0.67% -
HSV(B) 295.2º 0.45% 0.86% -
XYZ 46.79 32.6 71.54 -
YUV 158.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 212 120 220 0.04 0.45 0 0.14 295.2 0.59 0.67
Hex D4 78 DC 4 2D 0 E 127 3B 43
Octal 324 170 334 4 55 0 16 447 73 103
Binary 11010100 1111000 11011100 100 101101 0 1110 100100111 111011 1000011

Color Harmonies of #D478DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478DC

Black with #D478DC

Text Example


Text Example

White with #D478DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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