Html Css Color HEX #CE34F1 Medium Orchid

📋 copy color: '#CE34F1'

red 206 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #CE34F1

Tints of Medium Orchid #CE34F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.42%

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 41.28%
G = 10.42%
B = 48.3%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE34F1 (or 0xCE34F1) is known color: Medium Orchid. HEX triplet: CE, 34 and F1. RGB value is (206,52,241). Sum of RGB (Red+Green+Blue) = 206+52+241=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE34F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34F1 is #31CB0E. Grayscale: #767676. Windows color (decimal): -3263247 or 15807694. OLE color: 15807694.

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

Color convert

RGB 206 52 241 -
CMYK 0.15 0.78 0 0.05
HSL 288.89º 0.87% 0.57% -
HSV(B) 288.89º 0.78% 0.95% -
XYZ 42.56 21.93 85.21 -
YUV 119.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 206 52 241 0.15 0.78 0 0.05 288.89 0.87 0.57
Hex CE 34 F1 F 4E 0 5 121 57 39
Octal 316 64 361 17 116 0 5 441 127 71
Binary 11001110 110100 11110001 1111 1001110 0 101 100100001 1010111 111001

Color Harmonies of #CE34F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34F1

Black with #CE34F1

Text Example


Text Example

White with #CE34F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34F1; }

 p { color: rgb(206,52,241); }

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

background-color css

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

 a { background-color: rgb(206,52,241); }

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

border-color css

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

 span { border-color: rgb(206,52,241); }

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