Html Css Color HEX #CE38FA Medium Orchid

📋 copy color: '#CE38FA'

red 206 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #CE38FA

Tints of Medium Orchid #CE38FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 40.23%
G = 10.94%
B = 48.83%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE38FA (or 0xCE38FA) is known color: Medium Orchid. HEX triplet: CE, 38 and FA. RGB value is (206,56,250). Sum of RGB (Red+Green+Blue) = 206+56+250=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE38FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38FA is #31C705. Grayscale: #7A7A7A. Windows color (decimal): -3262214 or 16398542. OLE color: 16398542.

HSL color Cylindrical-coordinate representation of color #CE38FA: hue angle of 286.39º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE38FA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 56 250 -
CMYK 0.18 0.78 0 0.02
HSL 286.39º 0.95% 0.6% -
HSV(B) 286.39º 0.78% 0.98% -
XYZ 44.12 22.85 92.53 -
YUV 122.97 199.7 187.23 -
System Red Green Blue C M Y K H S L
Decimal 206 56 250 0.18 0.78 0 0.02 286.39 0.95 0.6
Hex CE 38 FA 12 4E 0 2 11E 5F 3C
Octal 316 70 372 22 116 0 2 436 137 74
Binary 11001110 111000 11111010 10010 1001110 0 10 100011110 1011111 111100

Color Harmonies of #CE38FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38FA

Black with #CE38FA

Text Example


Text Example

White with #CE38FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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