Html Css Color HEX #D15FE5 Orchid

📋 copy color: '#D15FE5'

red 209 ◦ green 95 ◦ blue 229

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

Shades of Orchid #D15FE5

Tints of Orchid #D15FE5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.82%

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

R = 39.21%
G = 17.82%
B = 42.96%

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

#D15FE5 (or 0xD15FE5) is known color: Orchid. HEX triplet: D1, 5F and E5. RGB value is (209,95,229). Sum of RGB (Red+Green+Blue) = 209+95+229=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #D15FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FE5 is #2EA01A. Grayscale: #8F8F8F. Windows color (decimal): -3055643 or 15032273. OLE color: 15032273.

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

Color convert

RGB 209 95 229 -
CMYK 0.09 0.59 0 0.10
HSL 291.04º 0.72% 0.64% -
HSV(B) 291.04º 0.59% 0.9% -
XYZ 44.53 27.4 77.07 -
YUV 144.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 209 95 229 0.09 0.59 0 0.10 291.04 0.72 0.64
Hex D1 5F E5 9 3B 0 A 123 48 40
Octal 321 137 345 11 73 0 12 443 110 100
Binary 11010001 1011111 11100101 1001 111011 0 1010 100100011 1001000 1000000

Color Harmonies of #D15FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FE5

Black with #D15FE5

Text Example


Text Example

White with #D15FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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