Html Css Color HEX #D05CE5 Medium Orchid

📋 copy color: '#D05CE5'

red 208 ◦ green 92 ◦ blue 229

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

Shades of Medium Orchid #D05CE5

Tints of Medium Orchid #D05CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.39%

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

R = 39.32%
G = 17.39%
B = 43.29%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D05CE5 (or 0xD05CE5) is known color: Medium Orchid. HEX triplet: D0, 5C and E5. RGB value is (208,92,229). Sum of RGB (Red+Green+Blue) = 208+92+229=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #D05CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CE5 is #2FA31A. Grayscale: #8D8D8D. Windows color (decimal): -3121947 or 15031504. OLE color: 15031504.

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

Color convert

RGB 208 92 229 -
CMYK 0.09 0.60 0 0.10
HSL 290.8º 0.72% 0.63% -
HSV(B) 290.8º 0.6% 0.9% -
XYZ 43.98 26.72 76.97 -
YUV 142.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 208 92 229 0.09 0.60 0 0.10 290.8 0.72 0.63
Hex D0 5C E5 9 3C 0 A 123 48 3F
Octal 320 134 345 11 74 0 12 443 110 77
Binary 11010000 1011100 11100101 1001 111100 0 1010 100100011 1001000 111111

Color Harmonies of #D05CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CE5

Black with #D05CE5

Text Example


Text Example

White with #D05CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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