Html Css Color HEX #D24CEB Medium Orchid

📋 copy color: '#D24CEB'

red 210 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #D24CEB

Tints of Medium Orchid #D24CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 40.31%
G = 14.59%
B = 45.11%

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

#D24CEB (or 0xD24CEB) is known color: Medium Orchid. HEX triplet: D2, 4C and EB. RGB value is (210,76,235). Sum of RGB (Red+Green+Blue) = 210+76+235=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #D24CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CEB is #2DB314. Grayscale: #858585. Windows color (decimal): -2994965 or 15420626. OLE color: 15420626.

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

Color convert

RGB 210 76 235 -
CMYK 0.11 0.68 0 0.08
HSL 290.57º 0.8% 0.61% -
HSV(B) 290.57º 0.68% 0.92% -
XYZ 44.16 24.87 81.07 -
YUV 134.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 210 76 235 0.11 0.68 0 0.08 290.57 0.8 0.61
Hex D2 4C EB B 44 0 8 123 50 3D
Octal 322 114 353 13 104 0 10 443 120 75
Binary 11010010 1001100 11101011 1011 1000100 0 1000 100100011 1010000 111101

Color Harmonies of #D24CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CEB

Black with #D24CEB

Text Example


Text Example

White with #D24CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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