Html Css Color HEX #CE30EA Medium Orchid

📋 copy color: '#CE30EA'

red 206 ◦ green 48 ◦ blue 234

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

Shades of Medium Orchid #CE30EA

Tints of Medium Orchid #CE30EA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.84%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 42.21%
G = 9.84%
B = 47.95%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE30EA (or 0xCE30EA) is known color: Medium Orchid. HEX triplet: CE, 30 and EA. RGB value is (206,48,234). Sum of RGB (Red+Green+Blue) = 206+48+234=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE30EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30EA is #31CF15. Grayscale: #737373. Windows color (decimal): -3264278 or 15347918. OLE color: 15347918.

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

Color convert

RGB 206 48 234 -
CMYK 0.12 0.79 0 0.08
HSL 290.97º 0.82% 0.55% -
HSV(B) 290.97º 0.79% 0.92% -
XYZ 41.36 21.18 79.75 -
YUV 116.45 194.35 191.88 -
System Red Green Blue C M Y K H S L
Decimal 206 48 234 0.12 0.79 0 0.08 290.97 0.82 0.55
Hex CE 30 EA C 4F 0 8 123 52 37
Octal 316 60 352 14 117 0 10 443 122 67
Binary 11001110 110000 11101010 1100 1001111 0 1000 100100011 1010010 110111

Color Harmonies of #CE30EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30EA

Black with #CE30EA

Text Example


Text Example

White with #CE30EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30EA; }

 p { color: rgb(206,48,234); }

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

background-color css

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

 a { background-color: rgb(206,48,234); }

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

border-color css

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

 span { border-color: rgb(206,48,234); }

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