Html Css Color HEX #CE38F2 Medium Orchid

📋 copy color: '#CE38F2'

red 206 ◦ green 56 ◦ blue 242

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

Shades of Medium Orchid #CE38F2

Tints of Medium Orchid #CE38F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.02%

R = 40.87%
G = 11.11%
B = 48.02%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE38F2 (or 0xCE38F2) is known color: Medium Orchid. HEX triplet: CE, 38 and F2. RGB value is (206,56,242). Sum of RGB (Red+Green+Blue) = 206+56+242=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE38F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38F2 is #31C70D. Grayscale: #797979. Windows color (decimal): -3262222 or 15874254. OLE color: 15874254.

HSL color Cylindrical-coordinate representation of color #CE38F2: hue angle of 288.39º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE38F2 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 56 242 -
CMYK 0.15 0.77 0 0.05
HSL 288.39º 0.88% 0.58% -
HSV(B) 288.39º 0.77% 0.95% -
XYZ 42.89 22.36 86.06 -
YUV 122.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 206 56 242 0.15 0.77 0 0.05 288.39 0.88 0.58
Hex CE 38 F2 F 4D 0 5 120 58 3A
Octal 316 70 362 17 115 0 5 440 130 72
Binary 11001110 111000 11110010 1111 1001101 0 101 100100000 1011000 111010

Color Harmonies of #CE38F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38F2

Black with #CE38F2

Text Example


Text Example

White with #CE38F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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