Html Css Color HEX #CE38E0 Medium Orchid

📋 copy color: '#CE38E0'

red 206 ◦ green 56 ◦ blue 224

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

Shades of Medium Orchid #CE38E0

Tints of Medium Orchid #CE38E0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.52%

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

R = 42.39%
G = 11.52%
B = 46.09%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE38E0 (or 0xCE38E0) is known color: Medium Orchid. HEX triplet: CE, 38 and E0. RGB value is (206,56,224). Sum of RGB (Red+Green+Blue) = 206+56+224=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE38E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38E0 is #31C71F. Grayscale: #777777. Windows color (decimal): -3262240 or 14694606. OLE color: 14694606.

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

Color convert

RGB 206 56 224 -
CMYK 0.08 0.75 0 0.12
HSL 293.57º 0.73% 0.55% -
HSV(B) 293.57º 0.75% 0.88% -
XYZ 40.32 21.33 72.51 -
YUV 120 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 206 56 224 0.08 0.75 0 0.12 293.57 0.73 0.55
Hex CE 38 E0 8 4B 0 C 126 49 37
Octal 316 70 340 10 113 0 14 446 111 67
Binary 11001110 111000 11100000 1000 1001011 0 1100 100100110 1001001 110111

Color Harmonies of #CE38E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38E0

Black with #CE38E0

Text Example


Text Example

White with #CE38E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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