Html Css Color HEX #D478D5 Orchid

📋 copy color: '#D478D5'

red 212 ◦ green 120 ◦ blue 213

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

Shades of Orchid #D478D5

Tints of Orchid #D478D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 38.9%
G = 22.02%
B = 39.08%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D478D5 (or 0xD478D5) is known color: Orchid. HEX triplet: D4, 78 and D5. RGB value is (212,120,213). Sum of RGB (Red+Green+Blue) = 212+120+213=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #D478D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478D5 is #2B872A. Grayscale: #9D9D9D. Windows color (decimal): -2852651 or 13990100. OLE color: 13990100.

HSL color Cylindrical-coordinate representation of color #D478D5: hue angle of 299.35º 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 #D478D5 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 120 213 -
CMYK 0.00 0.44 0 0.16
HSL 299.35º 0.53% 0.65% -
HSV(B) 299.35º 0.44% 0.84% -
XYZ 45.88 32.23 66.75 -
YUV 158.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 212 120 213 0.00 0.44 0 0.16 299.35 0.53 0.65
Hex D4 78 D5 0 2C 0 10 12B 35 41
Octal 324 170 325 0 54 0 20 453 65 101
Binary 11010100 1111000 11010101 0 101100 0 10000 100101011 110101 1000001

Color Harmonies of #D478D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478D5

Black with #D478D5

Text Example


Text Example

White with #D478D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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