Html Css Color HEX #D24CEA Medium Orchid

📋 copy color: '#D24CEA'

red 210 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #D24CEA

Tints of Medium Orchid #D24CEA

RGB

 RED value IS 210 (82.42% from 255) = 40.38%

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

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

R = 40.38%
G = 14.62%
B = 45%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D24CEA (or 0xD24CEA) is known color: Medium Orchid. HEX triplet: D2, 4C and EA. RGB value is (210,76,234). Sum of RGB (Red+Green+Blue) = 210+76+234=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #D24CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CEA is #2DB315. Grayscale: #858585. Windows color (decimal): -2994966 or 15355090. OLE color: 15355090.

HSL color Cylindrical-coordinate representation of color #D24CEA: hue angle of 290.89º 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 #D24CEA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 76 234 -
CMYK 0.10 0.68 0 0.08
HSL 290.89º 0.79% 0.61% -
HSV(B) 290.89º 0.68% 0.92% -
XYZ 44.01 24.81 80.31 -
YUV 134.08 184.39 182.15 -
System Red Green Blue C M Y K H S L
Decimal 210 76 234 0.10 0.68 0 0.08 290.89 0.79 0.61
Hex D2 4C EA A 44 0 8 123 4F 3D
Octal 322 114 352 12 104 0 10 443 117 75
Binary 11010010 1001100 11101010 1010 1000100 0 1000 100100011 1001111 111101

Color Harmonies of #D24CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CEA

Black with #D24CEA

Text Example


Text Example

White with #D24CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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