Html Css Color HEX #D235DA Medium Orchid

📋 copy color: '#D235DA'

red 210 ◦ green 53 ◦ blue 218

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

Shades of Medium Orchid #D235DA

Tints of Medium Orchid #D235DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 43.66%
G = 11.02%
B = 45.32%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D235DA (or 0xD235DA) is known color: Medium Orchid. HEX triplet: D2, 35 and DA. RGB value is (210,53,218). Sum of RGB (Red+Green+Blue) = 210+53+218=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #D235DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235DA is #2DCA25. Grayscale: #767676. Windows color (decimal): -3000870 or 14300626. OLE color: 14300626.

HSL color Cylindrical-coordinate representation of color #D235DA: hue angle of 297.09º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D235DA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 53 218 -
CMYK 0.04 0.76 0 0.15
HSL 297.09º 0.69% 0.53% -
HSV(B) 297.09º 0.76% 0.85% -
XYZ 40.51 21.31 68.31 -
YUV 118.75 184.01 193.08 -
System Red Green Blue C M Y K H S L
Decimal 210 53 218 0.04 0.76 0 0.15 297.09 0.69 0.53
Hex D2 35 DA 4 4C 0 F 129 45 35
Octal 322 65 332 4 114 0 17 451 105 65
Binary 11010010 110101 11011010 100 1001100 0 1111 100101001 1000101 110101

Color Harmonies of #D235DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235DA

Black with #D235DA

Text Example


Text Example

White with #D235DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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