Html Css Color HEX #CE45EB Medium Orchid

📋 copy color: '#CE45EB'

red 206 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #CE45EB

Tints of Medium Orchid #CE45EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 40.39%
G = 13.53%
B = 46.08%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE45EB (or 0xCE45EB) is known color: Medium Orchid. HEX triplet: CE, 45 and EB. RGB value is (206,69,235). Sum of RGB (Red+Green+Blue) = 206+69+235=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE45EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE45EB is #31BA14. Grayscale: #808080. Windows color (decimal): -3258901 or 15418830. OLE color: 15418830.

HSL color Cylindrical-coordinate representation of color #CE45EB: hue angle of 289.52º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE45EB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 69 235 -
CMYK 0.12 0.71 0 0.08
HSL 289.52º 0.81% 0.6% -
HSV(B) 289.52º 0.71% 0.92% -
XYZ 42.58 23.38 80.87 -
YUV 128.89 187.89 183 -
System Red Green Blue C M Y K H S L
Decimal 206 69 235 0.12 0.71 0 0.08 289.52 0.81 0.6
Hex CE 45 EB C 47 0 8 122 51 3C
Octal 316 105 353 14 107 0 10 442 121 74
Binary 11001110 1000101 11101011 1100 1000111 0 1000 100100010 1010001 111100

Color Harmonies of #CE45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45EB

Black with #CE45EB

Text Example


Text Example

White with #CE45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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