Html Css Color HEX #D23CE0 Medium Orchid

📋 copy color: '#D23CE0'

red 210 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #D23CE0

Tints of Medium Orchid #D23CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.34%

R = 42.51%
G = 12.15%
B = 45.34%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D23CE0 (or 0xD23CE0) is known color: Medium Orchid. HEX triplet: D2, 3C and E0. RGB value is (210,60,224). Sum of RGB (Red+Green+Blue) = 210+60+224=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #D23CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CE0 is #2DC31F. Grayscale: #7B7B7B. Windows color (decimal): -2999072 or 14695634. OLE color: 14695634.

HSL color Cylindrical-coordinate representation of color #D23CE0: hue angle of 294.88º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23CE0 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 60 224 -
CMYK 0.06 0.73 0 0.12
HSL 294.88º 0.73% 0.56% -
HSV(B) 294.88º 0.73% 0.88% -
XYZ 41.65 22.32 72.63 -
YUV 123.55 184.7 189.66 -
System Red Green Blue C M Y K H S L
Decimal 210 60 224 0.06 0.73 0 0.12 294.88 0.73 0.56
Hex D2 3C E0 6 49 0 C 127 49 38
Octal 322 74 340 6 111 0 14 447 111 70
Binary 11010010 111100 11100000 110 1001001 0 1100 100100111 1001001 111000

Color Harmonies of #D23CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CE0

Black with #D23CE0

Text Example


Text Example

White with #D23CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CE0; }

 p { color: rgb(210,60,224); }

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

background-color css

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

 a { background-color: rgb(210,60,224); }

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

border-color css

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

 span { border-color: rgb(210,60,224); }

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