Html Css Color HEX #CE55EA Medium Orchid

📋 copy color: '#CE55EA'

red 206 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #CE55EA

Tints of Medium Orchid #CE55EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.19%

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

R = 39.24%
G = 16.19%
B = 44.57%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE55EA (or 0xCE55EA) is known color: Medium Orchid. HEX triplet: CE, 55 and EA. RGB value is (206,85,234). Sum of RGB (Red+Green+Blue) = 206+85+234=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55EA is #31AA15. Grayscale: #898989. Windows color (decimal): -3254806 or 15357390. OLE color: 15357390.

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

Color convert

RGB 206 85 234 -
CMYK 0.12 0.64 0 0.08
HSL 288.72º 0.78% 0.63% -
HSV(B) 288.72º 0.64% 0.92% -
XYZ 43.55 25.56 80.48 -
YUV 138.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 206 85 234 0.12 0.64 0 0.08 288.72 0.78 0.63
Hex CE 55 EA C 40 0 8 121 4E 3F
Octal 316 125 352 14 100 0 10 441 116 77
Binary 11001110 1010101 11101010 1100 1000000 0 1000 100100001 1001110 111111

Color Harmonies of #CE55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55EA

Black with #CE55EA

Text Example


Text Example

White with #CE55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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