Html Css Color HEX #D05FE5 Orchid

📋 copy color: '#D05FE5'

red 208 ◦ green 95 ◦ blue 229

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

Shades of Orchid #D05FE5

Tints of Orchid #D05FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 39.1%
G = 17.86%
B = 43.05%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D05FE5 (or 0xD05FE5) is known color: Orchid. HEX triplet: D0, 5F and E5. RGB value is (208,95,229). Sum of RGB (Red+Green+Blue) = 208+95+229=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #D05FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FE5 is #2FA01A. Grayscale: #8F8F8F. Windows color (decimal): -3121179 or 15032272. OLE color: 15032272.

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

Color convert

RGB 208 95 229 -
CMYK 0.09 0.59 0 0.10
HSL 290.6º 0.72% 0.64% -
HSV(B) 290.6º 0.59% 0.9% -
XYZ 44.25 27.25 77.06 -
YUV 144.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 208 95 229 0.09 0.59 0 0.10 290.6 0.72 0.64
Hex D0 5F E5 9 3B 0 A 123 48 40
Octal 320 137 345 11 73 0 12 443 110 100
Binary 11010000 1011111 11100101 1001 111011 0 1010 100100011 1001000 1000000

Color Harmonies of #D05FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FE5

Black with #D05FE5

Text Example


Text Example

White with #D05FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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