Html Css Color HEX #CE39FC Medium Orchid

📋 copy color: '#CE39FC'

red 206 ◦ green 57 ◦ blue 252

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

Shades of Medium Orchid #CE39FC

Tints of Medium Orchid #CE39FC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.07%

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

R = 40%
G = 11.07%
B = 48.93%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE39FC (or 0xCE39FC) is known color: Medium Orchid. HEX triplet: CE, 39 and FC. RGB value is (206,57,252). Sum of RGB (Red+Green+Blue) = 206+57+252=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 57 (22.66% from 255 or 11.07% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE39FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE39FC is #31C603. Grayscale: #7B7B7B. Windows color (decimal): -3261956 or 16529870. OLE color: 16529870.

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

Color convert

RGB 206 57 252 -
CMYK 0.18 0.77 0 0.01
HSL 285.85º 0.97% 0.61% -
HSV(B) 285.85º 0.77% 0.99% -
XYZ 44.49 23.08 94.2 -
YUV 123.78 200.36 186.64 -
System Red Green Blue C M Y K H S L
Decimal 206 57 252 0.18 0.77 0 0.01 285.85 0.97 0.61
Hex CE 39 FC 12 4D 0 1 11E 61 3D
Octal 316 71 374 22 115 0 1 436 141 75
Binary 11001110 111001 11111100 10010 1001101 0 1 100011110 1100001 111101

Color Harmonies of #CE39FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE39FC

Black with #CE39FC

Text Example


Text Example

White with #CE39FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE39FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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