Html Css Color HEX #D05FE1 Orchid

📋 copy color: '#D05FE1'

red 208 ◦ green 95 ◦ blue 225

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

Shades of Orchid #D05FE1

Tints of Orchid #D05FE1

RGB

 RED value IS 208 (81.64% from 255) = 39.39%

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

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 39.39%
G = 17.99%
B = 42.61%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D05FE1 (or 0xD05FE1) is known color: Orchid. HEX triplet: D0, 5F and E1. RGB value is (208,95,225). Sum of RGB (Red+Green+Blue) = 208+95+225=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #D05FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FE1 is #2FA01E. Grayscale: #8F8F8F. Windows color (decimal): -3121183 or 14770128. OLE color: 14770128.

HSL color Cylindrical-coordinate representation of color #D05FE1: hue angle of 292.15º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05FE1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 95 225 -
CMYK 0.08 0.58 0 0.12
HSL 292.15º 0.68% 0.63% -
HSV(B) 292.15º 0.58% 0.88% -
XYZ 43.7 27.03 74.15 -
YUV 143.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 208 95 225 0.08 0.58 0 0.12 292.15 0.68 0.63
Hex D0 5F E1 8 3A 0 C 124 44 3F
Octal 320 137 341 10 72 0 14 444 104 77
Binary 11010000 1011111 11100001 1000 111010 0 1100 100100100 1000100 111111

Color Harmonies of #D05FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FE1

Black with #D05FE1

Text Example


Text Example

White with #D05FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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