Html Css Color HEX #CE3CEC Medium Orchid

📋 copy color: '#CE3CEC'

red 206 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #CE3CEC

Tints of Medium Orchid #CE3CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.95%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 41.04%
G = 11.95%
B = 47.01%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE3CEC (or 0xCE3CEC) is known color: Medium Orchid. HEX triplet: CE, 3C and EC. RGB value is (206,60,236). Sum of RGB (Red+Green+Blue) = 206+60+236=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CEC is #31C313. Grayscale: #7B7B7B. Windows color (decimal): -3261204 or 15482062. OLE color: 15482062.

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

Color convert

RGB 206 60 236 -
CMYK 0.13 0.75 0 0.07
HSL 289.77º 0.82% 0.58% -
HSV(B) 289.77º 0.75% 0.93% -
XYZ 42.21 22.41 81.46 -
YUV 123.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 206 60 236 0.13 0.75 0 0.07 289.77 0.82 0.58
Hex CE 3C EC D 4B 0 7 122 52 3A
Octal 316 74 354 15 113 0 7 442 122 72
Binary 11001110 111100 11101100 1101 1001011 0 111 100100010 1010010 111010

Color Harmonies of #CE3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CEC

Black with #CE3CEC

Text Example


Text Example

White with #CE3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CEC; }

 p { color: rgb(206,60,236); }

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

background-color css

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

 a { background-color: rgb(206,60,236); }

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

border-color css

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

 span { border-color: rgb(206,60,236); }

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