Html Css Color HEX #D04CE8 Medium Orchid

📋 copy color: '#D04CE8'

red 208 ◦ green 76 ◦ blue 232

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

Shades of Medium Orchid #D04CE8

Tints of Medium Orchid #D04CE8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.73%

 BLUE value IS 232 (91.02% from 255) = 44.96%

R = 40.31%
G = 14.73%
B = 44.96%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D04CE8 (or 0xD04CE8) is known color: Medium Orchid. HEX triplet: D0, 4C and E8. RGB value is (208,76,232). Sum of RGB (Red+Green+Blue) = 208+76+232=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #D04CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CE8 is #2FB317. Grayscale: #848484. Windows color (decimal): -3126040 or 15224016. OLE color: 15224016.

HSL color Cylindrical-coordinate representation of color #D04CE8: hue angle of 290.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04CE8 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 76 232 -
CMYK 0.10 0.67 0 0.09
HSL 290.77º 0.77% 0.6% -
HSV(B) 290.77º 0.67% 0.91% -
XYZ 43.16 24.4 78.78 -
YUV 133.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 208 76 232 0.10 0.67 0 0.09 290.77 0.77 0.6
Hex D0 4C E8 A 43 0 9 123 4D 3C
Octal 320 114 350 12 103 0 11 443 115 74
Binary 11010000 1001100 11101000 1010 1000011 0 1001 100100011 1001101 111100

Color Harmonies of #D04CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CE8

Black with #D04CE8

Text Example


Text Example

White with #D04CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CE8; }

 p { color: rgb(208,76,232); }

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

background-color css

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

 a { background-color: rgb(208,76,232); }

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

border-color css

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

 span { border-color: rgb(208,76,232); }

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