Html Css Color HEX #D15FDA Orchid

📋 copy color: '#D15FDA'

red 209 ◦ green 95 ◦ blue 218

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

Shades of Orchid #D15FDA

Tints of Orchid #D15FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 40.04%
G = 18.2%
B = 41.76%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D15FDA (or 0xD15FDA) is known color: Orchid. HEX triplet: D1, 5F and DA. RGB value is (209,95,218). Sum of RGB (Red+Green+Blue) = 209+95+218=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #D15FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FDA is #2EA025. Grayscale: #8E8E8E. Windows color (decimal): -3055654 or 14311377. OLE color: 14311377.

HSL color Cylindrical-coordinate representation of color #D15FDA: hue angle of 295.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15FDA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 95 218 -
CMYK 0.04 0.56 0 0.15
HSL 295.61º 0.62% 0.61% -
HSV(B) 295.61º 0.56% 0.85% -
XYZ 43.04 26.8 69.23 -
YUV 143.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 209 95 218 0.04 0.56 0 0.15 295.61 0.62 0.61
Hex D1 5F DA 4 38 0 F 128 3E 3D
Octal 321 137 332 4 70 0 17 450 76 75
Binary 11010001 1011111 11011010 100 111000 0 1111 100101000 111110 111101

Color Harmonies of #D15FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FDA

Black with #D15FDA

Text Example


Text Example

White with #D15FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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