Html Css Color HEX #CE5FE0 Medium Orchid

📋 copy color: '#CE5FE0'

red 206 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #CE5FE0

Tints of Medium Orchid #CE5FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 39.24%
G = 18.1%
B = 42.67%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE5FE0 (or 0xCE5FE0) is known color: Medium Orchid. HEX triplet: CE, 5F and E0. RGB value is (206,95,224). Sum of RGB (Red+Green+Blue) = 206+95+224=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FE0 is #31A01F. Grayscale: #8E8E8E. Windows color (decimal): -3252256 or 14704590. OLE color: 14704590.

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

Color convert

RGB 206 95 224 -
CMYK 0.08 0.58 0 0.12
HSL 291.63º 0.68% 0.63% -
HSV(B) 291.63º 0.58% 0.88% -
XYZ 43 26.69 73.41 -
YUV 142.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 206 95 224 0.08 0.58 0 0.12 291.63 0.68 0.63
Hex CE 5F E0 8 3A 0 C 124 44 3F
Octal 316 137 340 10 72 0 14 444 104 77
Binary 11001110 1011111 11100000 1000 111010 0 1100 100100100 1000100 111111

Color Harmonies of #CE5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FE0

Black with #CE5FE0

Text Example


Text Example

White with #CE5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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