Html Css Color HEX #D37AE4 Orchid

📋 copy color: '#D37AE4'

red 211 ◦ green 122 ◦ blue 228

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

Shades of Orchid #D37AE4

Tints of Orchid #D37AE4

RGB

 RED value IS 211 (82.81% from 255) = 37.61%

 GREEN value IS 122 (48.05% from 255) = 21.75%

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 37.61%
G = 21.75%
B = 40.64%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D37AE4 (or 0xD37AE4) is known color: Orchid. HEX triplet: D3, 7A and E4. RGB value is (211,122,228). Sum of RGB (Red+Green+Blue) = 211+122+228=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #D37AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AE4 is #2C851B. Grayscale: #A0A0A0. Windows color (decimal): -2917660 or 14973651. OLE color: 14973651.

HSL color Cylindrical-coordinate representation of color #D37AE4: hue angle of 290.38º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37AE4 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 122 228 -
CMYK 0.07 0.46 0 0.11
HSL 290.38º 0.66% 0.69% -
HSV(B) 290.38º 0.46% 0.89% -
XYZ 47.83 33.37 77.32 -
YUV 160.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 211 122 228 0.07 0.46 0 0.11 290.38 0.66 0.69
Hex D3 7A E4 7 2E 0 B 122 42 45
Octal 323 172 344 7 56 0 13 442 102 105
Binary 11010011 1111010 11100100 111 101110 0 1011 100100010 1000010 1000101

Color Harmonies of #D37AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37AE4

Black with #D37AE4

Text Example


Text Example

White with #D37AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37AE4; }

 p { color: rgb(211,122,228); }

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

background-color css

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

 a { background-color: rgb(211,122,228); }

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

border-color css

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

 span { border-color: rgb(211,122,228); }

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