Html Css Color HEX #CE44EA Medium Orchid

📋 copy color: '#CE44EA'

red 206 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #CE44EA

Tints of Medium Orchid #CE44EA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.39%

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

R = 40.55%
G = 13.39%
B = 46.06%

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

#CE44EA (or 0xCE44EA) is known color: Medium Orchid. HEX triplet: CE, 44 and EA. RGB value is (206,68,234). Sum of RGB (Red+Green+Blue) = 206+68+234=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE44EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE44EA is #31BB15. Grayscale: #7F7F7F. Windows color (decimal): -3259158 or 15353038. OLE color: 15353038.

HSL color Cylindrical-coordinate representation of color #CE44EA: hue angle of 289.88º 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 #CE44EA is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 68 234 -
CMYK 0.12 0.71 0 0.08
HSL 289.88º 0.8% 0.59% -
HSV(B) 289.88º 0.71% 0.92% -
XYZ 42.37 23.2 80.09 -
YUV 128.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 206 68 234 0.12 0.71 0 0.08 289.88 0.8 0.59
Hex CE 44 EA C 47 0 8 122 50 3B
Octal 316 104 352 14 107 0 10 442 120 73
Binary 11001110 1000100 11101010 1100 1000111 0 1000 100100010 1010000 111011

Color Harmonies of #CE44EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44EA

Black with #CE44EA

Text Example


Text Example

White with #CE44EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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