Html Css Color HEX #D15EE5 Orchid

📋 copy color: '#D15EE5'

red 209 ◦ green 94 ◦ blue 229

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

Shades of Orchid #D15EE5

Tints of Orchid #D15EE5

RGB

 RED value IS 209 (82.03% from 255) = 39.29%

 GREEN value IS 94 (37.11% from 255) = 17.67%

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 39.29%
G = 17.67%
B = 43.05%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D15EE5 (or 0xD15EE5) is known color: Orchid. HEX triplet: D1, 5E and E5. RGB value is (209,94,229). Sum of RGB (Red+Green+Blue) = 209+94+229=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #D15EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EE5 is #2EA11A. Grayscale: #8F8F8F. Windows color (decimal): -3055899 or 15032017. OLE color: 15032017.

HSL color Cylindrical-coordinate representation of color #D15EE5: hue angle of 291.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15EE5 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 94 229 -
CMYK 0.09 0.59 0 0.10
HSL 291.11º 0.72% 0.63% -
HSV(B) 291.11º 0.59% 0.9% -
XYZ 44.44 27.22 77.04 -
YUV 143.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 209 94 229 0.09 0.59 0 0.10 291.11 0.72 0.63
Hex D1 5E E5 9 3B 0 A 123 48 3F
Octal 321 136 345 11 73 0 12 443 110 77
Binary 11010001 1011110 11100101 1001 111011 0 1010 100100011 1001000 111111

Color Harmonies of #D15EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EE5

Black with #D15EE5

Text Example


Text Example

White with #D15EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EE5; }

 p { color: rgb(209,94,229); }

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

background-color css

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

 a { background-color: rgb(209,94,229); }

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

border-color css

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

 span { border-color: rgb(209,94,229); }

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