Html Css Color HEX #CE4FEE Medium Orchid

📋 copy color: '#CE4FEE'

red 206 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #CE4FEE

Tints of Medium Orchid #CE4FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.11%

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

R = 39.39%
G = 15.11%
B = 45.51%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE4FEE (or 0xCE4FEE) is known color: Medium Orchid. HEX triplet: CE, 4F and EE. RGB value is (206,79,238). Sum of RGB (Red+Green+Blue) = 206+79+238=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE4FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FEE is #31B011. Grayscale: #868686. Windows color (decimal): -3256338 or 15617998. OLE color: 15617998.

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

Color convert

RGB 206 79 238 -
CMYK 0.13 0.67 0 0.07
HSL 287.92º 0.82% 0.62% -
HSV(B) 287.92º 0.67% 0.93% -
XYZ 43.68 24.89 83.39 -
YUV 135.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 206 79 238 0.13 0.67 0 0.07 287.92 0.82 0.62
Hex CE 4F EE D 43 0 7 120 52 3E
Octal 316 117 356 15 103 0 7 440 122 76
Binary 11001110 1001111 11101110 1101 1000011 0 111 100100000 1010010 111110

Color Harmonies of #CE4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FEE

Black with #CE4FEE

Text Example


Text Example

White with #CE4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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