Html Css Color HEX #CE3BFA Medium Orchid

📋 copy color: '#CE3BFA'

red 206 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #CE3BFA

Tints of Medium Orchid #CE3BFA

RGB

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

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

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

R = 40%
G = 11.46%
B = 48.54%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE3BFA (or 0xCE3BFA) is known color: Medium Orchid. HEX triplet: CE, 3B and FA. RGB value is (206,59,250). Sum of RGB (Red+Green+Blue) = 206+59+250=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 59 (23.44% from 255 or 11.46% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE3BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BFA is #31C405. Grayscale: #7C7C7C. Windows color (decimal): -3261446 or 16399310. OLE color: 16399310.

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

Color convert

RGB 206 59 250 -
CMYK 0.18 0.76 0 0.02
HSL 286.18º 0.95% 0.61% -
HSV(B) 286.18º 0.76% 0.98% -
XYZ 44.27 23.15 92.58 -
YUV 124.73 198.7 185.97 -
System Red Green Blue C M Y K H S L
Decimal 206 59 250 0.18 0.76 0 0.02 286.18 0.95 0.61
Hex CE 3B FA 12 4C 0 2 11E 5F 3D
Octal 316 73 372 22 114 0 2 436 137 75
Binary 11001110 111011 11111010 10010 1001100 0 10 100011110 1011111 111101

Color Harmonies of #CE3BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BFA

Black with #CE3BFA

Text Example


Text Example

White with #CE3BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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