Html Css Color HEX #CE45EE Medium Orchid

📋 copy color: '#CE45EE'

red 206 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #CE45EE

Tints of Medium Orchid #CE45EE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.45%

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

R = 40.16%
G = 13.45%
B = 46.39%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE45EE (or 0xCE45EE) is known color: Medium Orchid. HEX triplet: CE, 45 and EE. RGB value is (206,69,238). Sum of RGB (Red+Green+Blue) = 206+69+238=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE45EE is #31BA11. Grayscale: #808080. Windows color (decimal): -3258898 or 15615438. OLE color: 15615438.

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

Color convert

RGB 206 69 238 -
CMYK 0.13 0.71 0 0.07
HSL 288.64º 0.83% 0.6% -
HSV(B) 288.64º 0.71% 0.93% -
XYZ 43.01 23.55 83.17 -
YUV 129.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 206 69 238 0.13 0.71 0 0.07 288.64 0.83 0.6
Hex CE 45 EE D 47 0 7 121 53 3C
Octal 316 105 356 15 107 0 7 441 123 74
Binary 11001110 1000101 11101110 1101 1000111 0 111 100100001 1010011 111100

Color Harmonies of #CE45EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45EE

Black with #CE45EE

Text Example


Text Example

White with #CE45EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45EE; }

 p { color: rgb(206,69,238); }

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

background-color css

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

 a { background-color: rgb(206,69,238); }

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

border-color css

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

 span { border-color: rgb(206,69,238); }

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