Html Css Color HEX #CE33F1 Medium Orchid

📋 copy color: '#CE33F1'

red 206 ◦ green 51 ◦ blue 241

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

Shades of Medium Orchid #CE33F1

Tints of Medium Orchid #CE33F1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.24%

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

R = 41.37%
G = 10.24%
B = 48.39%

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

#CE33F1 (or 0xCE33F1) is known color: Medium Orchid. HEX triplet: CE, 33 and F1. RGB value is (206,51,241). Sum of RGB (Red+Green+Blue) = 206+51+241=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE33F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33F1 is #31CC0E. Grayscale: #767676. Windows color (decimal): -3263503 or 15807438. OLE color: 15807438.

HSL color Cylindrical-coordinate representation of color #CE33F1: hue angle of 288.95º degrees, saturation: 0.87, 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 #CE33F1 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 51 241 -
CMYK 0.15 0.79 0 0.05
HSL 288.95º 0.87% 0.57% -
HSV(B) 288.95º 0.79% 0.95% -
XYZ 42.51 21.84 85.19 -
YUV 119.01 196.85 190.05 -
System Red Green Blue C M Y K H S L
Decimal 206 51 241 0.15 0.79 0 0.05 288.95 0.87 0.57
Hex CE 33 F1 F 4F 0 5 121 57 39
Octal 316 63 361 17 117 0 5 441 127 71
Binary 11001110 110011 11110001 1111 1001111 0 101 100100001 1010111 111001

Color Harmonies of #CE33F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33F1

Black with #CE33F1

Text Example


Text Example

White with #CE33F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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