Html Css Color HEX #D15FE0 Orchid

📋 copy color: '#D15FE0'

red 209 ◦ green 95 ◦ blue 224

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

Shades of Orchid #D15FE0

Tints of Orchid #D15FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 39.58%
G = 17.99%
B = 42.42%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D15FE0 (or 0xD15FE0) is known color: Orchid. HEX triplet: D1, 5F and E0. RGB value is (209,95,224). Sum of RGB (Red+Green+Blue) = 209+95+224=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #D15FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FE0 is #2EA01F. Grayscale: #8F8F8F. Windows color (decimal): -3055648 or 14704593. OLE color: 14704593.

HSL color Cylindrical-coordinate representation of color #D15FE0: hue angle of 293.02º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15FE0 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 95 224 -
CMYK 0.07 0.58 0 0.12
HSL 293.02º 0.68% 0.63% -
HSV(B) 293.02º 0.58% 0.88% -
XYZ 43.84 27.12 73.45 -
YUV 143.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 209 95 224 0.07 0.58 0 0.12 293.02 0.68 0.63
Hex D1 5F E0 7 3A 0 C 125 44 3F
Octal 321 137 340 7 72 0 14 445 104 77
Binary 11010001 1011111 11100000 111 111010 0 1100 100100101 1000100 111111

Color Harmonies of #D15FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FE0

Black with #D15FE0

Text Example


Text Example

White with #D15FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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