Html Css Color HEX #D478E0 Orchid

📋 copy color: '#D478E0'

red 212 ◦ green 120 ◦ blue 224

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

Shades of Orchid #D478E0

Tints of Orchid #D478E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 38.13%
G = 21.58%
B = 40.29%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D478E0 (or 0xD478E0) is known color: Orchid. HEX triplet: D4, 78 and E0. RGB value is (212,120,224). Sum of RGB (Red+Green+Blue) = 212+120+224=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #D478E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478E0 is #2B871F. Grayscale: #9F9F9F. Windows color (decimal): -2852640 or 14710996. OLE color: 14710996.

HSL color Cylindrical-coordinate representation of color #D478E0: hue angle of 293.08º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D478E0 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 120 224 -
CMYK 0.05 0.46 0 0.12
HSL 293.08º 0.63% 0.67% -
HSV(B) 293.08º 0.46% 0.88% -
XYZ 47.32 32.81 74.36 -
YUV 159.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 212 120 224 0.05 0.46 0 0.12 293.08 0.63 0.67
Hex D4 78 E0 5 2E 0 C 125 3F 43
Octal 324 170 340 5 56 0 14 445 77 103
Binary 11010100 1111000 11100000 101 101110 0 1100 100100101 111111 1000011

Color Harmonies of #D478E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478E0

Black with #D478E0

Text Example


Text Example

White with #D478E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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