Html Css Color HEX #D33CF3 Medium Orchid

📋 copy color: '#D33CF3'

red 211 ◦ green 60 ◦ blue 243

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

Shades of Medium Orchid #D33CF3

Tints of Medium Orchid #D33CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.28%

R = 41.05%
G = 11.67%
B = 47.28%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D33CF3 (or 0xD33CF3) is known color: Medium Orchid. HEX triplet: D3, 3C and F3. RGB value is (211,60,243). Sum of RGB (Red+Green+Blue) = 211+60+243=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #D33CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33CF3 is #2CC30C. Grayscale: #7D7D7D. Windows color (decimal): -2933517 or 15940819. OLE color: 15940819.

HSL color Cylindrical-coordinate representation of color #D33CF3: hue angle of 289.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33CF3 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 60 243 -
CMYK 0.13 0.75 0 0.05
HSL 289.51º 0.88% 0.59% -
HSV(B) 289.51º 0.75% 0.95% -
XYZ 44.66 23.55 86.99 -
YUV 126.01 194.03 188.62 -
System Red Green Blue C M Y K H S L
Decimal 211 60 243 0.13 0.75 0 0.05 289.51 0.88 0.59
Hex D3 3C F3 D 4B 0 5 122 58 3B
Octal 323 74 363 15 113 0 5 442 130 73
Binary 11010011 111100 11110011 1101 1001011 0 101 100100010 1011000 111011

Color Harmonies of #D33CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33CF3

Black with #D33CF3

Text Example


Text Example

White with #D33CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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