Html Css Color HEX #D05CEB Medium Orchid

📋 copy color: '#D05CEB'

red 208 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #D05CEB

Tints of Medium Orchid #D05CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 38.88%
G = 17.2%
B = 43.93%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D05CEB (or 0xD05CEB) is known color: Medium Orchid. HEX triplet: D0, 5C and EB. RGB value is (208,92,235). Sum of RGB (Red+Green+Blue) = 208+92+235=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #D05CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CEB is #2FA314. Grayscale: #8E8E8E. Windows color (decimal): -3121941 or 15424720. OLE color: 15424720.

HSL color Cylindrical-coordinate representation of color #D05CEB: hue angle of 288.67º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05CEB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 92 235 -
CMYK 0.11 0.61 0 0.08
HSL 288.67º 0.78% 0.64% -
HSV(B) 288.67º 0.61% 0.92% -
XYZ 44.83 27.06 81.46 -
YUV 142.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 208 92 235 0.11 0.61 0 0.08 288.67 0.78 0.64
Hex D0 5C EB B 3D 0 8 121 4E 40
Octal 320 134 353 13 75 0 10 441 116 100
Binary 11010000 1011100 11101011 1011 111101 0 1000 100100001 1001110 1000000

Color Harmonies of #D05CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CEB

Black with #D05CEB

Text Example


Text Example

White with #D05CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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