Html Css Color HEX #D15FD5 Orchid

📋 copy color: '#D15FD5'

red 209 ◦ green 95 ◦ blue 213

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

Shades of Orchid #D15FD5

Tints of Orchid #D15FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 40.43%
G = 18.38%
B = 41.2%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D15FD5 (or 0xD15FD5) is known color: Orchid. HEX triplet: D1, 5F and D5. RGB value is (209,95,213). Sum of RGB (Red+Green+Blue) = 209+95+213=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #D15FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FD5 is #2EA02A. Grayscale: #8E8E8E. Windows color (decimal): -3055659 or 13983697. OLE color: 13983697.

HSL color Cylindrical-coordinate representation of color #D15FD5: hue angle of 297.97º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FD5 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 95 213 -
CMYK 0.02 0.55 0 0.16
HSL 297.97º 0.58% 0.6% -
HSV(B) 297.97º 0.55% 0.84% -
XYZ 42.4 26.54 65.84 -
YUV 142.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 209 95 213 0.02 0.55 0 0.16 297.97 0.58 0.6
Hex D1 5F D5 2 37 0 10 12A 3A 3C
Octal 321 137 325 2 67 0 20 452 72 74
Binary 11010001 1011111 11010101 10 110111 0 10000 100101010 111010 111100

Color Harmonies of #D15FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FD5

Black with #D15FD5

Text Example


Text Example

White with #D15FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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