Html Css Color HEX #D24CEC Medium Orchid

📋 copy color: '#D24CEC'

red 210 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #D24CEC

Tints of Medium Orchid #D24CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 40.23%
G = 14.56%
B = 45.21%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D24CEC (or 0xD24CEC) is known color: Medium Orchid. HEX triplet: D2, 4C and EC. RGB value is (210,76,236). Sum of RGB (Red+Green+Blue) = 210+76+236=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #D24CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CEC is #2DB313. Grayscale: #858585. Windows color (decimal): -2994964 or 15486162. OLE color: 15486162.

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

Color convert

RGB 210 76 236 -
CMYK 0.11 0.68 0 0.07
HSL 290.25º 0.81% 0.61% -
HSV(B) 290.25º 0.68% 0.93% -
XYZ 44.3 24.93 81.83 -
YUV 134.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 210 76 236 0.11 0.68 0 0.07 290.25 0.81 0.61
Hex D2 4C EC B 44 0 7 122 51 3D
Octal 322 114 354 13 104 0 7 442 121 75
Binary 11010010 1001100 11101100 1011 1000100 0 111 100100010 1010001 111101

Color Harmonies of #D24CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CEC

Black with #D24CEC

Text Example


Text Example

White with #D24CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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