Html Css Color HEX #D255EE Medium Orchid

📋 copy color: '#D255EE'

red 210 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #D255EE

Tints of Medium Orchid #D255EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.95%

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 39.4%
G = 15.95%
B = 44.65%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D255EE (or 0xD255EE) is known color: Medium Orchid. HEX triplet: D2, 55 and EE. RGB value is (210,85,238). Sum of RGB (Red+Green+Blue) = 210+85+238=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #D255EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D255EE is #2DAA11. Grayscale: #8B8B8B. Windows color (decimal): -2992658 or 15619538. OLE color: 15619538.

HSL color Cylindrical-coordinate representation of color #D255EE: hue angle of 289.02º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D255EE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 85 238 -
CMYK 0.12 0.64 0 0.07
HSL 289.02º 0.82% 0.63% -
HSV(B) 289.02º 0.64% 0.93% -
XYZ 45.26 26.37 83.59 -
YUV 139.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 210 85 238 0.12 0.64 0 0.07 289.02 0.82 0.63
Hex D2 55 EE C 40 0 7 121 52 3F
Octal 322 125 356 14 100 0 7 441 122 77
Binary 11010010 1010101 11101110 1100 1000000 0 111 100100001 1010010 111111

Color Harmonies of #D255EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255EE

Black with #D255EE

Text Example


Text Example

White with #D255EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255EE; }

 p { color: rgb(210,85,238); }

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

background-color css

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

 a { background-color: rgb(210,85,238); }

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

border-color css

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

 span { border-color: rgb(210,85,238); }

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