Html Css Color HEX #CE43F6 Medium Orchid

📋 copy color: '#CE43F6'

red 206 ◦ green 67 ◦ blue 246

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

Shades of Medium Orchid #CE43F6

Tints of Medium Orchid #CE43F6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.91%

 BLUE value IS 246 (96.48% from 255) = 47.4%

R = 39.69%
G = 12.91%
B = 47.4%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE43F6 (or 0xCE43F6) is known color: Medium Orchid. HEX triplet: CE, 43 and F6. RGB value is (206,67,246). Sum of RGB (Red+Green+Blue) = 206+67+246=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE43F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43F6 is #31BC09. Grayscale: #808080. Windows color (decimal): -3259402 or 16139214. OLE color: 16139214.

HSL color Cylindrical-coordinate representation of color #CE43F6: hue angle of 286.59º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE43F6 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 67 246 -
CMYK 0.16 0.73 0 0.04
HSL 286.59º 0.91% 0.61% -
HSV(B) 286.59º 0.73% 0.96% -
XYZ 44.1 23.79 89.46 -
YUV 128.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 206 67 246 0.16 0.73 0 0.04 286.59 0.91 0.61
Hex CE 43 F6 10 49 0 4 11F 5B 3D
Octal 316 103 366 20 111 0 4 437 133 75
Binary 11001110 1000011 11110110 10000 1001001 0 100 100011111 1011011 111101

Color Harmonies of #CE43F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE43F6

Black with #CE43F6

Text Example


Text Example

White with #CE43F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE43F6; }

 p { color: rgb(206,67,246); }

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

background-color css

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

 a { background-color: rgb(206,67,246); }

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

border-color css

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

 span { border-color: rgb(206,67,246); }

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