Html Css Color HEX #D33CFA Medium Orchid

📋 copy color: '#D33CFA'

red 211 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #D33CFA

Tints of Medium Orchid #D33CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 40.5%
G = 11.52%
B = 47.98%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D33CFA (or 0xD33CFA) is known color: Medium Orchid. HEX triplet: D3, 3C and FA. RGB value is (211,60,250). Sum of RGB (Red+Green+Blue) = 211+60+250=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #D33CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33CFA is #2CC305. Grayscale: #7E7E7E. Windows color (decimal): -2933510 or 16399571. OLE color: 16399571.

HSL color Cylindrical-coordinate representation of color #D33CFA: hue angle of 287.68º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33CFA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 60 250 -
CMYK 0.16 0.76 0 0.02
HSL 287.68º 0.95% 0.61% -
HSV(B) 287.68º 0.76% 0.98% -
XYZ 45.74 23.98 92.66 -
YUV 126.81 197.53 188.05 -
System Red Green Blue C M Y K H S L
Decimal 211 60 250 0.16 0.76 0 0.02 287.68 0.95 0.61
Hex D3 3C FA 10 4C 0 2 120 5F 3D
Octal 323 74 372 20 114 0 2 440 137 75
Binary 11010011 111100 11111010 10000 1001100 0 10 100100000 1011111 111101

Color Harmonies of #D33CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33CFA

Black with #D33CFA

Text Example


Text Example

White with #D33CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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