Html Css Color HEX #CE3EFC Medium Orchid

📋 copy color: '#CE3EFC'

red 206 ◦ green 62 ◦ blue 252

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

Shades of Medium Orchid #CE3EFC

Tints of Medium Orchid #CE3EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.92%

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

R = 39.62%
G = 11.92%
B = 48.46%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE3EFC (or 0xCE3EFC) is known color: Medium Orchid. HEX triplet: CE, 3E and FC. RGB value is (206,62,252). Sum of RGB (Red+Green+Blue) = 206+62+252=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE3EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EFC is #31C103. Grayscale: #7E7E7E. Windows color (decimal): -3260676 or 16531150. OLE color: 16531150.

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

Color convert

RGB 206 62 252 -
CMYK 0.18 0.75 0 0.01
HSL 285.47º 0.97% 0.62% -
HSV(B) 285.47º 0.75% 0.99% -
XYZ 44.75 23.6 94.29 -
YUV 126.72 198.71 184.55 -
System Red Green Blue C M Y K H S L
Decimal 206 62 252 0.18 0.75 0 0.01 285.47 0.97 0.62
Hex CE 3E FC 12 4B 0 1 11D 61 3E
Octal 316 76 374 22 113 0 1 435 141 76
Binary 11001110 111110 11111100 10010 1001011 0 1 100011101 1100001 111110

Color Harmonies of #CE3EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EFC

Black with #CE3EFC

Text Example


Text Example

White with #CE3EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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