Html Css Color HEX #D13CEE Medium Orchid

📋 copy color: '#D13CEE'

red 209 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #D13CEE

Tints of Medium Orchid #D13CEE

RGB

 RED value IS 209 (82.03% from 255) = 41.22%

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

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

R = 41.22%
G = 11.83%
B = 46.94%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D13CEE (or 0xD13CEE) is known color: Medium Orchid. HEX triplet: D1, 3C and EE. RGB value is (209,60,238). Sum of RGB (Red+Green+Blue) = 209+60+238=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #D13CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CEE is #2EC311. Grayscale: #7C7C7C. Windows color (decimal): -3064594 or 15613137. OLE color: 15613137.

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

Color convert

RGB 209 60 238 -
CMYK 0.12 0.75 0 0.07
HSL 290.22º 0.84% 0.58% -
HSV(B) 290.22º 0.75% 0.93% -
XYZ 43.34 22.96 83.04 -
YUV 124.84 191.86 188.03 -
System Red Green Blue C M Y K H S L
Decimal 209 60 238 0.12 0.75 0 0.07 290.22 0.84 0.58
Hex D1 3C EE C 4B 0 7 122 54 3A
Octal 321 74 356 14 113 0 7 442 124 72
Binary 11010001 111100 11101110 1100 1001011 0 111 100100010 1010100 111010

Color Harmonies of #D13CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CEE

Black with #D13CEE

Text Example


Text Example

White with #D13CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CEE; }

 p { color: rgb(209,60,238); }

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

background-color css

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

 a { background-color: rgb(209,60,238); }

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

border-color css

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

 span { border-color: rgb(209,60,238); }

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