Html Css Color HEX #D478D7 Orchid

📋 copy color: '#D478D7'

red 212 ◦ green 120 ◦ blue 215

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

Shades of Orchid #D478D7

Tints of Orchid #D478D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 38.76%
G = 21.94%
B = 39.31%

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

#D478D7 (or 0xD478D7) is known color: Orchid. HEX triplet: D4, 78 and D7. RGB value is (212,120,215). Sum of RGB (Red+Green+Blue) = 212+120+215=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #D478D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478D7 is #2B8728. Grayscale: #9E9E9E. Windows color (decimal): -2852649 or 14121172. OLE color: 14121172.

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

Color convert

RGB 212 120 215 -
CMYK 0.01 0.44 0 0.16
HSL 298.11º 0.54% 0.66% -
HSV(B) 298.11º 0.44% 0.84% -
XYZ 46.13 32.34 68.1 -
YUV 158.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 212 120 215 0.01 0.44 0 0.16 298.11 0.54 0.66
Hex D4 78 D7 1 2C 0 10 12A 36 42
Octal 324 170 327 1 54 0 20 452 66 102
Binary 11010100 1111000 11010111 1 101100 0 10000 100101010 110110 1000010

Color Harmonies of #D478D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478D7

Black with #D478D7

Text Example


Text Example

White with #D478D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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