Html Css Color HEX #D15FCE Orchid

📋 copy color: '#D15FCE'

red 209 ◦ green 95 ◦ blue 206

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

Shades of Orchid #D15FCE

Tints of Orchid #D15FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 40.98%
G = 18.63%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D15FCE (or 0xD15FCE) is known color: Orchid. HEX triplet: D1, 5F and CE. RGB value is (209,95,206). Sum of RGB (Red+Green+Blue) = 209+95+206=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FCE is #2EA031. Grayscale: #8D8D8D. Windows color (decimal): -3055666 or 13524945. OLE color: 13524945.

HSL color Cylindrical-coordinate representation of color #D15FCE: hue angle of 301.58º 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 #D15FCE is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 206 -
CMYK 0 0.55 0.01 0.18
HSL 301.58º 0.55% 0.6% -
HSV(B) 301.58º 0.55% 0.82% -
XYZ 41.53 26.2 61.26 -
YUV 141.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 209 95 206 0 0.55 0.01 0.18 301.58 0.55 0.6
Hex D1 5F CE 0 37 1 12 12E 37 3C
Octal 321 137 316 0 67 1 22 456 67 74
Binary 11010001 1011111 11001110 0 110111 1 10010 100101110 110111 111100

Color Harmonies of #D15FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FCE

Black with #D15FCE

Text Example


Text Example

White with #D15FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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