Html Css Color HEX #CE35F3 Medium Orchid

📋 copy color: '#CE35F3'

red 206 ◦ green 53 ◦ blue 243

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

Shades of Medium Orchid #CE35F3

Tints of Medium Orchid #CE35F3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.56%

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

R = 41.04%
G = 10.56%
B = 48.41%

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

#CE35F3 (or 0xCE35F3) is known color: Medium Orchid. HEX triplet: CE, 35 and F3. RGB value is (206,53,243). Sum of RGB (Red+Green+Blue) = 206+53+243=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE35F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE35F3 is #31CA0C. Grayscale: #777777. Windows color (decimal): -3262989 or 15939022. OLE color: 15939022.

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

Color convert

RGB 206 53 243 -
CMYK 0.15 0.78 0 0.05
HSL 288.32º 0.89% 0.58% -
HSV(B) 288.32º 0.78% 0.95% -
XYZ 42.9 22.14 86.81 -
YUV 120.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 206 53 243 0.15 0.78 0 0.05 288.32 0.89 0.58
Hex CE 35 F3 F 4E 0 5 120 59 3A
Octal 316 65 363 17 116 0 5 440 131 72
Binary 11001110 110101 11110011 1111 1001110 0 101 100100000 1011001 111010

Color Harmonies of #CE35F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35F3

Black with #CE35F3

Text Example


Text Example

White with #CE35F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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