Html Css Color HEX #CE3EF5 Medium Orchid

📋 copy color: '#CE3EF5'

red 206 ◦ green 62 ◦ blue 245

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

Shades of Medium Orchid #CE3EF5

Tints of Medium Orchid #CE3EF5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.09%

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 40.16%
G = 12.09%
B = 47.76%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE3EF5 (or 0xCE3EF5) is known color: Medium Orchid. HEX triplet: CE, 3E and F5. RGB value is (206,62,245). Sum of RGB (Red+Green+Blue) = 206+62+245=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE3EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EF5 is #31C10A. Grayscale: #7D7D7D. Windows color (decimal): -3260683 or 16072398. OLE color: 16072398.

HSL color Cylindrical-coordinate representation of color #CE3EF5: hue angle of 287.21º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3EF5 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 62 245 -
CMYK 0.16 0.75 0 0.04
HSL 287.21º 0.9% 0.6% -
HSV(B) 287.21º 0.75% 0.96% -
XYZ 43.66 23.16 88.56 -
YUV 125.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 206 62 245 0.16 0.75 0 0.04 287.21 0.9 0.6
Hex CE 3E F5 10 4B 0 4 11F 5A 3C
Octal 316 76 365 20 113 0 4 437 132 74
Binary 11001110 111110 11110101 10000 1001011 0 100 100011111 1011010 111100

Color Harmonies of #CE3EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EF5

Black with #CE3EF5

Text Example


Text Example

White with #CE3EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EF5; }

 p { color: rgb(206,62,245); }

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

background-color css

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

 a { background-color: rgb(206,62,245); }

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

border-color css

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

 span { border-color: rgb(206,62,245); }

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