Html Css Color HEX #D474E7 Orchid

📋 copy color: '#D474E7'

red 212 ◦ green 116 ◦ blue 231

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

Shades of Orchid #D474E7

Tints of Orchid #D474E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 37.92%
G = 20.75%
B = 41.32%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D474E7 (or 0xD474E7) is known color: Orchid. HEX triplet: D4, 74 and E7. RGB value is (212,116,231). Sum of RGB (Red+Green+Blue) = 212+116+231=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #D474E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474E7 is #2B8B18. Grayscale: #9D9D9D. Windows color (decimal): -2853657 or 15168724. OLE color: 15168724.

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

Color convert

RGB 212 116 231 -
CMYK 0.08 0.50 0 0.09
HSL 290.09º 0.71% 0.68% -
HSV(B) 290.09º 0.5% 0.91% -
XYZ 47.82 32.26 79.31 -
YUV 157.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 212 116 231 0.08 0.50 0 0.09 290.09 0.71 0.68
Hex D4 74 E7 8 32 0 9 122 47 44
Octal 324 164 347 10 62 0 11 442 107 104
Binary 11010100 1110100 11100111 1000 110010 0 1001 100100010 1000111 1000100

Color Harmonies of #D474E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474E7

Black with #D474E7

Text Example


Text Example

White with #D474E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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