Html Css Color HEX #CE3AFA Medium Orchid

📋 copy color: '#CE3AFA'

red 206 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #CE3AFA

Tints of Medium Orchid #CE3AFA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.28%

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

R = 40.08%
G = 11.28%
B = 48.64%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE3AFA (or 0xCE3AFA) is known color: Medium Orchid. HEX triplet: CE, 3A and FA. RGB value is (206,58,250). Sum of RGB (Red+Green+Blue) = 206+58+250=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE3AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AFA is #31C505. Grayscale: #7B7B7B. Windows color (decimal): -3261702 or 16399054. OLE color: 16399054.

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

Color convert

RGB 206 58 250 -
CMYK 0.18 0.77 0 0.02
HSL 286.25º 0.95% 0.6% -
HSV(B) 286.25º 0.77% 0.98% -
XYZ 44.22 23.05 92.56 -
YUV 124.14 199.03 186.39 -
System Red Green Blue C M Y K H S L
Decimal 206 58 250 0.18 0.77 0 0.02 286.25 0.95 0.6
Hex CE 3A FA 12 4D 0 2 11E 5F 3C
Octal 316 72 372 22 115 0 2 436 137 74
Binary 11001110 111010 11111010 10010 1001101 0 10 100011110 1011111 111100

Color Harmonies of #CE3AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AFA

Black with #CE3AFA

Text Example


Text Example

White with #CE3AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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