Html Css Color HEX #CE5CE1 Medium Orchid

📋 copy color: '#CE5CE1'

red 206 ◦ green 92 ◦ blue 225

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

Shades of Medium Orchid #CE5CE1

Tints of Medium Orchid #CE5CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.59%

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 39.39%
G = 17.59%
B = 43.02%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE5CE1 (or 0xCE5CE1) is known color: Medium Orchid. HEX triplet: CE, 5C and E1. RGB value is (206,92,225). Sum of RGB (Red+Green+Blue) = 206+92+225=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE5CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CE1 is #31A31E. Grayscale: #8C8C8C. Windows color (decimal): -3253023 or 14769358. OLE color: 14769358.

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

Color convert

RGB 206 92 225 -
CMYK 0.08 0.59 0 0.12
HSL 291.43º 0.69% 0.62% -
HSV(B) 291.43º 0.59% 0.88% -
XYZ 42.87 26.21 74.03 -
YUV 141.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 206 92 225 0.08 0.59 0 0.12 291.43 0.69 0.62
Hex CE 5C E1 8 3B 0 C 123 45 3E
Octal 316 134 341 10 73 0 14 443 105 76
Binary 11001110 1011100 11100001 1000 111011 0 1100 100100011 1000101 111110

Color Harmonies of #CE5CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CE1

Black with #CE5CE1

Text Example


Text Example

White with #CE5CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CE1; }

 p { color: rgb(206,92,225); }

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

background-color css

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

 a { background-color: rgb(206,92,225); }

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

border-color css

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

 span { border-color: rgb(206,92,225); }

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