Html Css Color HEX #CE44EB Medium Orchid

📋 copy color: '#CE44EB'

red 206 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #CE44EB

Tints of Medium Orchid #CE44EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.36%

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

R = 40.47%
G = 13.36%
B = 46.17%

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

#CE44EB (or 0xCE44EB) is known color: Medium Orchid. HEX triplet: CE, 44 and EB. RGB value is (206,68,235). Sum of RGB (Red+Green+Blue) = 206+68+235=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE44EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE44EB is #31BB14. Grayscale: #7F7F7F. Windows color (decimal): -3259157 or 15418574. OLE color: 15418574.

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

Color convert

RGB 206 68 235 -
CMYK 0.12 0.71 0 0.08
HSL 289.58º 0.81% 0.59% -
HSV(B) 289.58º 0.71% 0.92% -
XYZ 42.52 23.25 80.84 -
YUV 128.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 206 68 235 0.12 0.71 0 0.08 289.58 0.81 0.59
Hex CE 44 EB C 47 0 8 122 51 3B
Octal 316 104 353 14 107 0 10 442 121 73
Binary 11001110 1000100 11101011 1100 1000111 0 1000 100100010 1010001 111011

Color Harmonies of #CE44EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44EB

Black with #CE44EB

Text Example


Text Example

White with #CE44EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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