Html Css Color HEX #CE61E5 Medium Orchid

📋 copy color: '#CE61E5'

red 206 ◦ green 97 ◦ blue 229

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

Shades of Medium Orchid #CE61E5

Tints of Medium Orchid #CE61E5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.23%

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 38.72%
G = 18.23%
B = 43.05%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE61E5 (or 0xCE61E5) is known color: Medium Orchid. HEX triplet: CE, 61 and E5. RGB value is (206,97,229). Sum of RGB (Red+Green+Blue) = 206+97+229=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE61E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61E5 is #319E1A. Grayscale: #909090. Windows color (decimal): -3251739 or 15032782. OLE color: 15032782.

HSL color Cylindrical-coordinate representation of color #CE61E5: hue angle of 289.55º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE61E5 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 97 229 -
CMYK 0.10 0.58 0 0.10
HSL 289.55º 0.72% 0.64% -
HSV(B) 289.55º 0.58% 0.9% -
XYZ 43.87 27.33 77.09 -
YUV 144.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 206 97 229 0.10 0.58 0 0.10 289.55 0.72 0.64
Hex CE 61 E5 A 3A 0 A 122 48 40
Octal 316 141 345 12 72 0 12 442 110 100
Binary 11001110 1100001 11100101 1010 111010 0 1010 100100010 1001000 1000000

Color Harmonies of #CE61E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61E5

Black with #CE61E5

Text Example


Text Example

White with #CE61E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61E5; }

 p { color: rgb(206,97,229); }

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

background-color css

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

 a { background-color: rgb(206,97,229); }

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

border-color css

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

 span { border-color: rgb(206,97,229); }

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