Html Css Color HEX #CE38FC Medium Orchid

📋 copy color: '#CE38FC'

red 206 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #CE38FC

Tints of Medium Orchid #CE38FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 40.08%
G = 10.89%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE38FC (or 0xCE38FC) is known color: Medium Orchid. HEX triplet: CE, 38 and FC. RGB value is (206,56,252). Sum of RGB (Red+Green+Blue) = 206+56+252=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 56 (22.27% from 255 or 10.89% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE38FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38FC is #31C703. Grayscale: #7A7A7A. Windows color (decimal): -3262212 or 16529614. OLE color: 16529614.

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

Color convert

RGB 206 56 252 -
CMYK 0.18 0.78 0 0.01
HSL 285.92º 0.97% 0.6% -
HSV(B) 285.92º 0.78% 0.99% -
XYZ 44.44 22.98 94.19 -
YUV 123.19 200.7 187.06 -
System Red Green Blue C M Y K H S L
Decimal 206 56 252 0.18 0.78 0 0.01 285.92 0.97 0.6
Hex CE 38 FC 12 4E 0 1 11E 61 3C
Octal 316 70 374 22 116 0 1 436 141 74
Binary 11001110 111000 11111100 10010 1001110 0 1 100011110 1100001 111100

Color Harmonies of #CE38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38FC

Black with #CE38FC

Text Example


Text Example

White with #CE38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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