Html Css Color HEX #D478DF Orchid

📋 copy color: '#D478DF'

red 212 ◦ green 120 ◦ blue 223

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

Shades of Orchid #D478DF

Tints of Orchid #D478DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 38.2%
G = 21.62%
B = 40.18%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D478DF (or 0xD478DF) is known color: Orchid. HEX triplet: D4, 78 and DF. RGB value is (212,120,223). Sum of RGB (Red+Green+Blue) = 212+120+223=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D478DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478DF is #2B8720. Grayscale: #9E9E9E. Windows color (decimal): -2852641 or 14645460. OLE color: 14645460.

HSL color Cylindrical-coordinate representation of color #D478DF: hue angle of 293.59º degrees, saturation: 0.62, 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 #D478DF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 120 223 -
CMYK 0.05 0.46 0 0.13
HSL 293.59º 0.62% 0.67% -
HSV(B) 293.59º 0.46% 0.87% -
XYZ 47.19 32.76 73.65 -
YUV 159.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 212 120 223 0.05 0.46 0 0.13 293.59 0.62 0.67
Hex D4 78 DF 5 2E 0 D 126 3E 43
Octal 324 170 337 5 56 0 15 446 76 103
Binary 11010100 1111000 11011111 101 101110 0 1101 100100110 111110 1000011

Color Harmonies of #D478DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478DF

Black with #D478DF

Text Example


Text Example

White with #D478DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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