Html Css Color HEX #CE3BFE Medium Orchid

📋 copy color: '#CE3BFE'

red 206 ◦ green 59 ◦ blue 254

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

Shades of Medium Orchid #CE3BFE

Tints of Medium Orchid #CE3BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.37%

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 39.69%
G = 11.37%
B = 48.94%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE3BFE (or 0xCE3BFE) is known color: Medium Orchid. HEX triplet: CE, 3B and FE. RGB value is (206,59,254). Sum of RGB (Red+Green+Blue) = 206+59+254=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 59 (23.44% from 255 or 11.37% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE3BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BFE is #31C401. Grayscale: #7C7C7C. Windows color (decimal): -3261442 or 16661454. OLE color: 16661454.

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

Color convert

RGB 206 59 254 -
CMYK 0.19 0.77 0 0.00
HSL 285.23º 0.99% 0.61% -
HSV(B) 285.23º 0.77% 1% -
XYZ 44.91 23.41 95.92 -
YUV 125.18 200.7 185.64 -
System Red Green Blue C M Y K H S L
Decimal 206 59 254 0.19 0.77 0 0.00 285.23 0.99 0.61
Hex CE 3B FE 13 4D 0 0 11D 63 3D
Octal 316 73 376 23 115 0 0 435 143 75
Binary 11001110 111011 11111110 10011 1001101 0 0 100011101 1100011 111101

Color Harmonies of #CE3BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BFE

Black with #CE3BFE

Text Example


Text Example

White with #CE3BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BFE; }

 p { color: rgb(206,59,254); }

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

background-color css

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

 a { background-color: rgb(206,59,254); }

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

border-color css

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

 span { border-color: rgb(206,59,254); }

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