Html Css Color HEX #D478D6 Orchid

📋 copy color: '#D478D6'

red 212 ◦ green 120 ◦ blue 214

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

Shades of Orchid #D478D6

Tints of Orchid #D478D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.19%

R = 38.83%
G = 21.98%
B = 39.19%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D478D6 (or 0xD478D6) is known color: Orchid. HEX triplet: D4, 78 and D6. RGB value is (212,120,214). Sum of RGB (Red+Green+Blue) = 212+120+214=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #D478D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478D6 is #2B8729. Grayscale: #9D9D9D. Windows color (decimal): -2852650 or 14055636. OLE color: 14055636.

HSL color Cylindrical-coordinate representation of color #D478D6: hue angle of 298.72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D478D6 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 120 214 -
CMYK 0.01 0.44 0 0.16
HSL 298.72º 0.53% 0.65% -
HSV(B) 298.72º 0.44% 0.84% -
XYZ 46.01 32.29 67.43 -
YUV 158.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 212 120 214 0.01 0.44 0 0.16 298.72 0.53 0.65
Hex D4 78 D6 1 2C 0 10 12B 35 41
Octal 324 170 326 1 54 0 20 453 65 101
Binary 11010100 1111000 11010110 1 101100 0 10000 100101011 110101 1000001

Color Harmonies of #D478D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478D6

Black with #D478D6

Text Example


Text Example

White with #D478D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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