Html Css Color HEX #D235F3 Medium Orchid

📋 copy color: '#D235F3'

red 210 ◦ green 53 ◦ blue 243

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

Shades of Medium Orchid #D235F3

Tints of Medium Orchid #D235F3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.47%

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

R = 41.5%
G = 10.47%
B = 48.02%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D235F3 (or 0xD235F3) is known color: Medium Orchid. HEX triplet: D2, 35 and F3. RGB value is (210,53,243). Sum of RGB (Red+Green+Blue) = 210+53+243=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 53 (21.09% from 255 or 10.47% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #D235F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235F3 is #2DCA0C. Grayscale: #797979. Windows color (decimal): -3000845 or 15939026. OLE color: 15939026.

HSL color Cylindrical-coordinate representation of color #D235F3: hue angle of 289.58º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D235F3 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 53 243 -
CMYK 0.14 0.78 0 0.05
HSL 289.58º 0.89% 0.58% -
HSV(B) 289.58º 0.78% 0.95% -
XYZ 44.03 22.72 86.86 -
YUV 121.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 210 53 243 0.14 0.78 0 0.05 289.58 0.89 0.58
Hex D2 35 F3 E 4E 0 5 122 59 3A
Octal 322 65 363 16 116 0 5 442 131 72
Binary 11010010 110101 11110011 1110 1001110 0 101 100100010 1011001 111010

Color Harmonies of #D235F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235F3

Black with #D235F3

Text Example


Text Example

White with #D235F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235F3; }

 p { color: rgb(210,53,243); }

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

background-color css

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

 a { background-color: rgb(210,53,243); }

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

border-color css

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

 span { border-color: rgb(210,53,243); }

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