Html Css Color HEX #D15FD0 Orchid

📋 copy color: '#D15FD0'

red 209 ◦ green 95 ◦ blue 208

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

Shades of Orchid #D15FD0

Tints of Orchid #D15FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 40.82%
G = 18.55%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D15FD0 (or 0xD15FD0) is known color: Orchid. HEX triplet: D1, 5F and D0. RGB value is (209,95,208). Sum of RGB (Red+Green+Blue) = 209+95+208=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FD0 is #2EA02F. Grayscale: #8D8D8D. Windows color (decimal): -3055664 or 13656017. OLE color: 13656017.

HSL color Cylindrical-coordinate representation of color #D15FD0: hue angle of 300.53º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FD0 is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 208 -
CMYK 0 0.55 0.00 0.18
HSL 300.53º 0.55% 0.6% -
HSV(B) 300.53º 0.55% 0.82% -
XYZ 41.77 26.29 62.55 -
YUV 141.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 209 95 208 0 0.55 0.00 0.18 300.53 0.55 0.6
Hex D1 5F D0 0 37 0 12 12D 37 3C
Octal 321 137 320 0 67 0 22 455 67 74
Binary 11010001 1011111 11010000 0 110111 0 10010 100101101 110111 111100

Color Harmonies of #D15FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FD0

Black with #D15FD0

Text Example


Text Example

White with #D15FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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