Html Css Color HEX #D474E6 Orchid

📋 copy color: '#D474E6'

red 212 ◦ green 116 ◦ blue 230

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

Shades of Orchid #D474E6

Tints of Orchid #D474E6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.79%

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 37.99%
G = 20.79%
B = 41.22%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D474E6 (or 0xD474E6) is known color: Orchid. HEX triplet: D4, 74 and E6. RGB value is (212,116,230). Sum of RGB (Red+Green+Blue) = 212+116+230=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #D474E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474E6 is #2B8B19. Grayscale: #9D9D9D. Windows color (decimal): -2853658 or 15103188. OLE color: 15103188.

HSL color Cylindrical-coordinate representation of color #D474E6: hue angle of 290.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D474E6 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 116 230 -
CMYK 0.08 0.50 0 0.10
HSL 290.53º 0.7% 0.68% -
HSV(B) 290.53º 0.5% 0.9% -
XYZ 47.68 32.2 78.57 -
YUV 157.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 212 116 230 0.08 0.50 0 0.10 290.53 0.7 0.68
Hex D4 74 E6 8 32 0 A 123 46 44
Octal 324 164 346 10 62 0 12 443 106 104
Binary 11010100 1110100 11100110 1000 110010 0 1010 100100011 1000110 1000100

Color Harmonies of #D474E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474E6

Black with #D474E6

Text Example


Text Example

White with #D474E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474E6; }

 p { color: rgb(212,116,230); }

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

background-color css

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

 a { background-color: rgb(212,116,230); }

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

border-color css

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

 span { border-color: rgb(212,116,230); }

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