Html Css Color HEX #CE33EE Medium Orchid

📋 copy color: '#CE33EE'

red 206 ◦ green 51 ◦ blue 238

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

Shades of Medium Orchid #CE33EE

Tints of Medium Orchid #CE33EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.3%

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

R = 41.62%
G = 10.3%
B = 48.08%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE33EE (or 0xCE33EE) is known color: Medium Orchid. HEX triplet: CE, 33 and EE. RGB value is (206,51,238). Sum of RGB (Red+Green+Blue) = 206+51+238=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33EE is #31CC11. Grayscale: #767676. Windows color (decimal): -3263506 or 15610830. OLE color: 15610830.

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

Color convert

RGB 206 51 238 -
CMYK 0.13 0.79 0 0.07
HSL 289.73º 0.85% 0.57% -
HSV(B) 289.73º 0.79% 0.93% -
XYZ 42.07 21.66 82.85 -
YUV 118.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 206 51 238 0.13 0.79 0 0.07 289.73 0.85 0.57
Hex CE 33 EE D 4F 0 7 122 55 39
Octal 316 63 356 15 117 0 7 442 125 71
Binary 11001110 110011 11101110 1101 1001111 0 111 100100010 1010101 111001

Color Harmonies of #CE33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33EE

Black with #CE33EE

Text Example


Text Example

White with #CE33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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