Html Css Color HEX #D36AE1 Orchid

📋 copy color: '#D36AE1'

red 211 ◦ green 106 ◦ blue 225

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

Shades of Orchid #D36AE1

Tints of Orchid #D36AE1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.56%

 BLUE value IS 225 (88.28% from 255) = 41.51%

R = 38.93%
G = 19.56%
B = 41.51%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D36AE1 (or 0xD36AE1) is known color: Orchid. HEX triplet: D3, 6A and E1. RGB value is (211,106,225). Sum of RGB (Red+Green+Blue) = 211+106+225=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #D36AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AE1 is #2C951E. Grayscale: #969696. Windows color (decimal): -2921759 or 14772947. OLE color: 14772947.

HSL color Cylindrical-coordinate representation of color #D36AE1: hue angle of 292.94º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36AE1 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 106 225 -
CMYK 0.06 0.53 0 0.12
HSL 292.94º 0.66% 0.65% -
HSV(B) 292.94º 0.53% 0.88% -
XYZ 45.61 29.59 74.54 -
YUV 150.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 211 106 225 0.06 0.53 0 0.12 292.94 0.66 0.65
Hex D3 6A E1 6 35 0 C 125 42 41
Octal 323 152 341 6 65 0 14 445 102 101
Binary 11010011 1101010 11100001 110 110101 0 1100 100100101 1000010 1000001

Color Harmonies of #D36AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36AE1

Black with #D36AE1

Text Example


Text Example

White with #D36AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36AE1; }

 p { color: rgb(211,106,225); }

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

background-color css

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

 a { background-color: rgb(211,106,225); }

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

border-color css

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

 span { border-color: rgb(211,106,225); }

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