Html Css Color HEX #CE38DD Medium Orchid

📋 copy color: '#CE38DD'

red 206 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #CE38DD

Tints of Medium Orchid #CE38DD

RGB

 RED value IS 206 (80.86% from 255) = 42.65%

 GREEN value IS 56 (22.27% from 255) = 11.59%

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 42.65%
G = 11.59%
B = 45.76%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE38DD (or 0xCE38DD) is known color: Medium Orchid. HEX triplet: CE, 38 and DD. RGB value is (206,56,221). Sum of RGB (Red+Green+Blue) = 206+56+221=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE38DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38DD is #31C722. Grayscale: #777777. Windows color (decimal): -3262243 or 14497998. OLE color: 14497998.

HSL color Cylindrical-coordinate representation of color #CE38DD: hue angle of 294.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE38DD is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 56 221 -
CMYK 0.07 0.75 0 0.13
HSL 294.55º 0.71% 0.54% -
HSV(B) 294.55º 0.75% 0.87% -
XYZ 39.92 21.17 70.39 -
YUV 119.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 206 56 221 0.07 0.75 0 0.13 294.55 0.71 0.54
Hex CE 38 DD 7 4B 0 D 127 47 36
Octal 316 70 335 7 113 0 15 447 107 66
Binary 11001110 111000 11011101 111 1001011 0 1101 100100111 1000111 110110

Color Harmonies of #CE38DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38DD

Black with #CE38DD

Text Example


Text Example

White with #CE38DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38DD; }

 p { color: rgb(206,56,221); }

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

background-color css

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

 a { background-color: rgb(206,56,221); }

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

border-color css

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

 span { border-color: rgb(206,56,221); }

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