Html Css Color HEX #D235F1 Medium Orchid

📋 copy color: '#D235F1'

red 210 ◦ green 53 ◦ blue 241

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

Shades of Medium Orchid #D235F1

Tints of Medium Orchid #D235F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 41.67%
G = 10.52%
B = 47.82%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D235F1 (or 0xD235F1) is known color: Medium Orchid. HEX triplet: D2, 35 and F1. RGB value is (210,53,241). Sum of RGB (Red+Green+Blue) = 210+53+241=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #D235F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235F1 is #2DCA0E. Grayscale: #787878. Windows color (decimal): -3000847 or 15807954. OLE color: 15807954.

HSL color Cylindrical-coordinate representation of color #D235F1: hue angle of 290.11º degrees, saturation: 0.87, 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 #D235F1 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 53 241 -
CMYK 0.13 0.78 0 0.05
HSL 290.11º 0.87% 0.58% -
HSV(B) 290.11º 0.78% 0.95% -
XYZ 43.73 22.6 85.28 -
YUV 121.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 210 53 241 0.13 0.78 0 0.05 290.11 0.87 0.58
Hex D2 35 F1 D 4E 0 5 122 57 3A
Octal 322 65 361 15 116 0 5 442 127 72
Binary 11010010 110101 11110001 1101 1001110 0 101 100100010 1010111 111010

Color Harmonies of #D235F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235F1

Black with #D235F1

Text Example


Text Example

White with #D235F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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