Html Css Color HEX #CE32F3 Medium Orchid

📋 copy color: '#CE32F3'

red 206 ◦ green 50 ◦ blue 243

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

Shades of Medium Orchid #CE32F3

Tints of Medium Orchid #CE32F3

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.02%

 BLUE value IS 243 (95.31% from 255) = 48.7%

R = 41.28%
G = 10.02%
B = 48.7%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE32F3 (or 0xCE32F3) is known color: Medium Orchid. HEX triplet: CE, 32 and F3. RGB value is (206,50,243). Sum of RGB (Red+Green+Blue) = 206+50+243=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32F3 is #31CD0C. Grayscale: #767676. Windows color (decimal): -3263757 or 15938254. OLE color: 15938254.

HSL color Cylindrical-coordinate representation of color #CE32F3: hue angle of 288.5º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE32F3 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 50 243 -
CMYK 0.15 0.79 0 0.05
HSL 288.5º 0.89% 0.57% -
HSV(B) 288.5º 0.79% 0.95% -
XYZ 42.77 21.87 86.76 -
YUV 118.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 206 50 243 0.15 0.79 0 0.05 288.5 0.89 0.57
Hex CE 32 F3 F 4F 0 5 120 59 39
Octal 316 62 363 17 117 0 5 440 131 71
Binary 11001110 110010 11110011 1111 1001111 0 101 100100000 1011001 111001

Color Harmonies of #CE32F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32F3

Black with #CE32F3

Text Example


Text Example

White with #CE32F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32F3; }

 p { color: rgb(206,50,243); }

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

background-color css

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

 a { background-color: rgb(206,50,243); }

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

border-color css

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

 span { border-color: rgb(206,50,243); }

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