Html Css Color HEX #D04CEA Medium Orchid

📋 copy color: '#D04CEA'

red 208 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #D04CEA

Tints of Medium Orchid #D04CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 40.15%
G = 14.67%
B = 45.17%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D04CEA (or 0xD04CEA) is known color: Medium Orchid. HEX triplet: D0, 4C and EA. RGB value is (208,76,234). Sum of RGB (Red+Green+Blue) = 208+76+234=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #D04CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CEA is #2FB315. Grayscale: #848484. Windows color (decimal): -3126038 or 15355088. OLE color: 15355088.

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

Color convert

RGB 208 76 234 -
CMYK 0.11 0.68 0 0.08
HSL 290.13º 0.79% 0.61% -
HSV(B) 290.13º 0.68% 0.92% -
XYZ 43.45 24.52 80.28 -
YUV 133.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 208 76 234 0.11 0.68 0 0.08 290.13 0.79 0.61
Hex D0 4C EA B 44 0 8 122 4F 3D
Octal 320 114 352 13 104 0 10 442 117 75
Binary 11010000 1001100 11101010 1011 1000100 0 1000 100100010 1001111 111101

Color Harmonies of #D04CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CEA

Black with #D04CEA

Text Example


Text Example

White with #D04CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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