Html Css Color HEX #D478DD Orchid

📋 copy color: '#D478DD'

red 212 ◦ green 120 ◦ blue 221

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

Shades of Orchid #D478DD

Tints of Orchid #D478DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 38.34%
G = 21.7%
B = 39.96%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D478DD (or 0xD478DD) is known color: Orchid. HEX triplet: D4, 78 and DD. RGB value is (212,120,221). Sum of RGB (Red+Green+Blue) = 212+120+221=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D478DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478DD is #2B8722. Grayscale: #9E9E9E. Windows color (decimal): -2852643 or 14514388. OLE color: 14514388.

HSL color Cylindrical-coordinate representation of color #D478DD: hue angle of 294.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D478DD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 120 221 -
CMYK 0.04 0.46 0 0.13
HSL 294.65º 0.6% 0.67% -
HSV(B) 294.65º 0.46% 0.87% -
XYZ 46.92 32.65 72.24 -
YUV 159.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 212 120 221 0.04 0.46 0 0.13 294.65 0.6 0.67
Hex D4 78 DD 4 2E 0 D 127 3C 43
Octal 324 170 335 4 56 0 15 447 74 103
Binary 11010100 1111000 11011101 100 101110 0 1101 100100111 111100 1000011

Color Harmonies of #D478DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478DD

Black with #D478DD

Text Example


Text Example

White with #D478DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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