Html Css Color HEX #CE3EFA Medium Orchid

📋 copy color: '#CE3EFA'

red 206 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #CE3EFA

Tints of Medium Orchid #CE3EFA

RGB

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

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

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

R = 39.77%
G = 11.97%
B = 48.26%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE3EFA (or 0xCE3EFA) is known color: Medium Orchid. HEX triplet: CE, 3E and FA. RGB value is (206,62,250). Sum of RGB (Red+Green+Blue) = 206+62+250=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 62 (24.61% from 255 or 11.97% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE3EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EFA is #31C105. Grayscale: #7D7D7D. Windows color (decimal): -3260678 or 16400078. OLE color: 16400078.

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

Color convert

RGB 206 62 250 -
CMYK 0.18 0.75 0 0.02
HSL 285.96º 0.95% 0.61% -
HSV(B) 285.96º 0.75% 0.98% -
XYZ 44.43 23.47 92.63 -
YUV 126.49 197.71 184.71 -
System Red Green Blue C M Y K H S L
Decimal 206 62 250 0.18 0.75 0 0.02 285.96 0.95 0.61
Hex CE 3E FA 12 4B 0 2 11E 5F 3D
Octal 316 76 372 22 113 0 2 436 137 75
Binary 11001110 111110 11111010 10010 1001011 0 10 100011110 1011111 111101

Color Harmonies of #CE3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EFA

Black with #CE3EFA

Text Example


Text Example

White with #CE3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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