Html Css Color HEX #CE34F9 Medium Orchid

📋 copy color: '#CE34F9'

red 206 ◦ green 52 ◦ blue 249

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

Shades of Medium Orchid #CE34F9

Tints of Medium Orchid #CE34F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 40.63%
G = 10.26%
B = 49.11%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE34F9 (or 0xCE34F9) is known color: Medium Orchid. HEX triplet: CE, 34 and F9. RGB value is (206,52,249). Sum of RGB (Red+Green+Blue) = 206+52+249=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 52 (20.70% from 255 or 10.26% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE34F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34F9 is #31CB06. Grayscale: #777777. Windows color (decimal): -3263239 or 16331982. OLE color: 16331982.

HSL color Cylindrical-coordinate representation of color #CE34F9: hue angle of 286.9º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE34F9 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 52 249 -
CMYK 0.17 0.79 0 0.02
HSL 286.9º 0.94% 0.59% -
HSV(B) 286.9º 0.79% 0.98% -
XYZ 43.78 22.42 91.64 -
YUV 120.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 206 52 249 0.17 0.79 0 0.02 286.9 0.94 0.59
Hex CE 34 F9 11 4F 0 2 11F 5E 3B
Octal 316 64 371 21 117 0 2 437 136 73
Binary 11001110 110100 11111001 10001 1001111 0 10 100011111 1011110 111011

Color Harmonies of #CE34F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34F9

Black with #CE34F9

Text Example


Text Example

White with #CE34F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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