Html Css Color HEX #CE3AFF Medium Orchid

📋 copy color: '#CE3AFF'

red 206 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #CE3AFF

Tints of Medium Orchid #CE3AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 39.69%
G = 11.18%
B = 49.13%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE3AFF (or 0xCE3AFF) is known color: Medium Orchid. HEX triplet: CE, 3A and FF. RGB value is (206,58,255). Sum of RGB (Red+Green+Blue) = 206+58+255=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AFF is #31C500. Grayscale: #7C7C7C. Windows color (decimal): -3261697 or 16726734. OLE color: 16726734.

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

Color convert

RGB 206 58 255 -
CMYK 0.19 0.77 0 0
HSL 285.08º 1% 0.61% -
HSV(B) 285.08º 0.77% 1% -
XYZ 45.02 23.37 96.75 -
YUV 124.71 201.53 185.98 -
System Red Green Blue C M Y K H S L
Decimal 206 58 255 0.19 0.77 0 0 285.08 1 0.61
Hex CE 3A FF 13 4D 0 0 11D 64 3D
Octal 316 72 377 23 115 0 0 435 144 75
Binary 11001110 111010 11111111 10011 1001101 0 0 100011101 1100100 111101

Color Harmonies of #CE3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AFF

Black with #CE3AFF

Text Example


Text Example

White with #CE3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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