Html Css Color HEX #D04CE7 Medium Orchid

📋 copy color: '#D04CE7'

red 208 ◦ green 76 ◦ blue 231

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

Shades of Medium Orchid #D04CE7

Tints of Medium Orchid #D04CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.85%

R = 40.39%
G = 14.76%
B = 44.85%

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

#D04CE7 (or 0xD04CE7) is known color: Medium Orchid. HEX triplet: D0, 4C and E7. RGB value is (208,76,231). Sum of RGB (Red+Green+Blue) = 208+76+231=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #D04CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CE7 is #2FB318. Grayscale: #848484. Windows color (decimal): -3126041 or 15158480. OLE color: 15158480.

HSL color Cylindrical-coordinate representation of color #D04CE7: hue angle of 291.1º degrees, saturation: 0.76, 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 #D04CE7 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 76 231 -
CMYK 0.10 0.67 0 0.09
HSL 291.1º 0.76% 0.6% -
HSV(B) 291.1º 0.67% 0.91% -
XYZ 43.02 24.35 78.03 -
YUV 133.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 208 76 231 0.10 0.67 0 0.09 291.1 0.76 0.6
Hex D0 4C E7 A 43 0 9 123 4C 3C
Octal 320 114 347 12 103 0 11 443 114 74
Binary 11010000 1001100 11100111 1010 1000011 0 1001 100100011 1001100 111100

Color Harmonies of #D04CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CE7

Black with #D04CE7

Text Example


Text Example

White with #D04CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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