Html Css Color HEX #D15FE7 Orchid

📋 copy color: '#D15FE7'

red 209 ◦ green 95 ◦ blue 231

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

Shades of Orchid #D15FE7

Tints of Orchid #D15FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 39.07%
G = 17.76%
B = 43.18%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D15FE7 (or 0xD15FE7) is known color: Orchid. HEX triplet: D1, 5F and E7. RGB value is (209,95,231). Sum of RGB (Red+Green+Blue) = 209+95+231=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #D15FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FE7 is #2EA018. Grayscale: #909090. Windows color (decimal): -3055641 or 15163345. OLE color: 15163345.

HSL color Cylindrical-coordinate representation of color #D15FE7: hue angle of 290.29º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15FE7 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 95 231 -
CMYK 0.10 0.59 0 0.09
HSL 290.29º 0.74% 0.64% -
HSV(B) 290.29º 0.59% 0.91% -
XYZ 44.81 27.51 78.55 -
YUV 144.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 209 95 231 0.10 0.59 0 0.09 290.29 0.74 0.64
Hex D1 5F E7 A 3B 0 9 122 4A 40
Octal 321 137 347 12 73 0 11 442 112 100
Binary 11010001 1011111 11100111 1010 111011 0 1001 100100010 1001010 1000000

Color Harmonies of #D15FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FE7

Black with #D15FE7

Text Example


Text Example

White with #D15FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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