Html Css Color HEX #CE45EA Medium Orchid

📋 copy color: '#CE45EA'

red 206 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #CE45EA

Tints of Medium Orchid #CE45EA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.56%

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

R = 40.47%
G = 13.56%
B = 45.97%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE45EA (or 0xCE45EA) is known color: Medium Orchid. HEX triplet: CE, 45 and EA. RGB value is (206,69,234). Sum of RGB (Red+Green+Blue) = 206+69+234=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE45EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE45EA is #31BA15. Grayscale: #808080. Windows color (decimal): -3258902 or 15353294. OLE color: 15353294.

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

Color convert

RGB 206 69 234 -
CMYK 0.12 0.71 0 0.08
HSL 289.82º 0.8% 0.59% -
HSV(B) 289.82º 0.71% 0.92% -
XYZ 42.43 23.32 80.11 -
YUV 128.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 206 69 234 0.12 0.71 0 0.08 289.82 0.8 0.59
Hex CE 45 EA C 47 0 8 122 50 3B
Octal 316 105 352 14 107 0 10 442 120 73
Binary 11001110 1000101 11101010 1100 1000111 0 1000 100100010 1010000 111011

Color Harmonies of #CE45EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45EA

Black with #CE45EA

Text Example


Text Example

White with #CE45EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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