Html Css Color HEX #CE3CE9 Medium Orchid

📋 copy color: '#CE3CE9'

red 206 ◦ green 60 ◦ blue 233

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

Shades of Medium Orchid #CE3CE9

Tints of Medium Orchid #CE3CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.69%

R = 41.28%
G = 12.02%
B = 46.69%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE3CE9 (or 0xCE3CE9) is known color: Medium Orchid. HEX triplet: CE, 3C and E9. RGB value is (206,60,233). Sum of RGB (Red+Green+Blue) = 206+60+233=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE3CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CE9 is #31C316. Grayscale: #7A7A7A. Windows color (decimal): -3261207 or 15285454. OLE color: 15285454.

HSL color Cylindrical-coordinate representation of color #CE3CE9: hue angle of 290.64º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3CE9 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 60 233 -
CMYK 0.12 0.74 0 0.09
HSL 290.64º 0.8% 0.57% -
HSV(B) 290.64º 0.74% 0.91% -
XYZ 41.78 22.24 79.18 -
YUV 123.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 206 60 233 0.12 0.74 0 0.09 290.64 0.8 0.57
Hex CE 3C E9 C 4A 0 9 123 50 39
Octal 316 74 351 14 112 0 11 443 120 71
Binary 11001110 111100 11101001 1100 1001010 0 1001 100100011 1010000 111001

Color Harmonies of #CE3CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CE9

Black with #CE3CE9

Text Example


Text Example

White with #CE3CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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