Html Css Color HEX #CE38E2 Medium Orchid

📋 copy color: '#CE38E2'

red 206 ◦ green 56 ◦ blue 226

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

Shades of Medium Orchid #CE38E2

Tints of Medium Orchid #CE38E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.31%

R = 42.21%
G = 11.48%
B = 46.31%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE38E2 (or 0xCE38E2) is known color: Medium Orchid. HEX triplet: CE, 38 and E2. RGB value is (206,56,226). Sum of RGB (Red+Green+Blue) = 206+56+226=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE38E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38E2 is #31C71D. Grayscale: #777777. Windows color (decimal): -3262238 or 14825678. OLE color: 14825678.

HSL color Cylindrical-coordinate representation of color #CE38E2: hue angle of 292.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE38E2 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 56 226 -
CMYK 0.09 0.75 0 0.11
HSL 292.94º 0.75% 0.55% -
HSV(B) 292.94º 0.75% 0.89% -
XYZ 40.6 21.44 73.95 -
YUV 120.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 206 56 226 0.09 0.75 0 0.11 292.94 0.75 0.55
Hex CE 38 E2 9 4B 0 B 125 4B 37
Octal 316 70 342 11 113 0 13 445 113 67
Binary 11001110 111000 11100010 1001 1001011 0 1011 100100101 1001011 110111

Color Harmonies of #CE38E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38E2

Black with #CE38E2

Text Example


Text Example

White with #CE38E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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