Html Css Color HEX #D33CE9 Medium Orchid

📋 copy color: '#D33CE9'

red 211 ◦ green 60 ◦ blue 233

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

Shades of Medium Orchid #D33CE9

Tints of Medium Orchid #D33CE9

RGB

 RED value IS 211 (82.81% from 255) = 41.87%

 GREEN value IS 60 (23.83% from 255) = 11.9%

 BLUE value IS 233 (91.41% from 255) = 46.23%

R = 41.87%
G = 11.9%
B = 46.23%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D33CE9 (or 0xD33CE9) is known color: Medium Orchid. HEX triplet: D3, 3C and E9. RGB value is (211,60,233). Sum of RGB (Red+Green+Blue) = 211+60+233=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #D33CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33CE9 is #2CC316. Grayscale: #7C7C7C. Windows color (decimal): -2933527 or 15285459. OLE color: 15285459.

HSL color Cylindrical-coordinate representation of color #D33CE9: hue angle of 292.37º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33CE9 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 60 233 -
CMYK 0.09 0.74 0 0.09
HSL 292.37º 0.8% 0.57% -
HSV(B) 292.37º 0.74% 0.91% -
XYZ 43.19 22.96 79.25 -
YUV 124.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 211 60 233 0.09 0.74 0 0.09 292.37 0.8 0.57
Hex D3 3C E9 9 4A 0 9 124 50 39
Octal 323 74 351 11 112 0 11 444 120 71
Binary 11010011 111100 11101001 1001 1001010 0 1001 100100100 1010000 111001

Color Harmonies of #D33CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33CE9

Black with #D33CE9

Text Example


Text Example

White with #D33CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33CE9; }

 p { color: rgb(211,60,233); }

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

background-color css

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

 a { background-color: rgb(211,60,233); }

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

border-color css

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

 span { border-color: rgb(211,60,233); }

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