Html Css Color HEX #CE5FE3 Medium Orchid

📋 copy color: '#CE5FE3'

red 206 ◦ green 95 ◦ blue 227

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

Shades of Medium Orchid #CE5FE3

Tints of Medium Orchid #CE5FE3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.99%

 BLUE value IS 227 (89.06% from 255) = 42.99%

R = 39.02%
G = 17.99%
B = 42.99%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE5FE3 (or 0xCE5FE3) is known color: Medium Orchid. HEX triplet: CE, 5F and E3. RGB value is (206,95,227). Sum of RGB (Red+Green+Blue) = 206+95+227=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE5FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FE3 is #31A01C. Grayscale: #8E8E8E. Windows color (decimal): -3252253 or 14901198. OLE color: 14901198.

HSL color Cylindrical-coordinate representation of color #CE5FE3: hue angle of 290.45º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5FE3 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 95 227 -
CMYK 0.09 0.58 0 0.11
HSL 290.45º 0.7% 0.63% -
HSV(B) 290.45º 0.58% 0.89% -
XYZ 43.41 26.85 75.57 -
YUV 143.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 206 95 227 0.09 0.58 0 0.11 290.45 0.7 0.63
Hex CE 5F E3 9 3A 0 B 122 46 3F
Octal 316 137 343 11 72 0 13 442 106 77
Binary 11001110 1011111 11100011 1001 111010 0 1011 100100010 1000110 111111

Color Harmonies of #CE5FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FE3

Black with #CE5FE3

Text Example


Text Example

White with #CE5FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FE3; }

 p { color: rgb(206,95,227); }

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

background-color css

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

 a { background-color: rgb(206,95,227); }

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

border-color css

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

 span { border-color: rgb(206,95,227); }

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