Html Css Color HEX #D15FDF Orchid

📋 copy color: '#D15FDF'

red 209 ◦ green 95 ◦ blue 223

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

Shades of Orchid #D15FDF

Tints of Orchid #D15FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 39.66%
G = 18.03%
B = 42.31%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D15FDF (or 0xD15FDF) is known color: Orchid. HEX triplet: D1, 5F and DF. RGB value is (209,95,223). Sum of RGB (Red+Green+Blue) = 209+95+223=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #D15FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FDF is #2EA020. Grayscale: #8F8F8F. Windows color (decimal): -3055649 or 14639057. OLE color: 14639057.

HSL color Cylindrical-coordinate representation of color #D15FDF: hue angle of 293.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15FDF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 95 223 -
CMYK 0.06 0.57 0 0.13
HSL 293.44º 0.67% 0.62% -
HSV(B) 293.44º 0.57% 0.87% -
XYZ 43.71 27.07 72.73 -
YUV 143.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 209 95 223 0.06 0.57 0 0.13 293.44 0.67 0.62
Hex D1 5F DF 6 39 0 D 125 43 3E
Octal 321 137 337 6 71 0 15 445 103 76
Binary 11010001 1011111 11011111 110 111001 0 1101 100100101 1000011 111110

Color Harmonies of #D15FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FDF

Black with #D15FDF

Text Example


Text Example

White with #D15FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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