Html Css Color HEX #CE3AF9 Medium Orchid

📋 copy color: '#CE3AF9'

red 206 ◦ green 58 ◦ blue 249

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

Shades of Medium Orchid #CE3AF9

Tints of Medium Orchid #CE3AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.54%

R = 40.16%
G = 11.31%
B = 48.54%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE3AF9 (or 0xCE3AF9) is known color: Medium Orchid. HEX triplet: CE, 3A and F9. RGB value is (206,58,249). Sum of RGB (Red+Green+Blue) = 206+58+249=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE3AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AF9 is #31C506. Grayscale: #7B7B7B. Windows color (decimal): -3261703 or 16333518. OLE color: 16333518.

HSL color Cylindrical-coordinate representation of color #CE3AF9: hue angle of 286.49º degrees, saturation: 0.94, 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 #CE3AF9 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 58 249 -
CMYK 0.17 0.77 0 0.02
HSL 286.49º 0.94% 0.6% -
HSV(B) 286.49º 0.77% 0.98% -
XYZ 44.07 22.99 91.74 -
YUV 124.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 206 58 249 0.17 0.77 0 0.02 286.49 0.94 0.6
Hex CE 3A F9 11 4D 0 2 11E 5E 3C
Octal 316 72 371 21 115 0 2 436 136 74
Binary 11001110 111010 11111001 10001 1001101 0 10 100011110 1011110 111100

Color Harmonies of #CE3AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AF9

Black with #CE3AF9

Text Example


Text Example

White with #CE3AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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