Html Css Color HEX #C641EC Medium Orchid

📋 copy color: '#C641EC'

red 198 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #C641EC

Tints of Medium Orchid #C641EC

RGB

 RED value IS 198 (77.73% from 255) = 39.68%

 GREEN value IS 65 (25.78% from 255) = 13.03%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 39.68%
G = 13.03%
B = 47.29%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C641EC (or 0xC641EC) is known color: Medium Orchid. HEX triplet: C6, 41 and EC. RGB value is (198,65,236). Sum of RGB (Red+Green+Blue) = 198+65+236=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #C641EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641EC is #39BE13. Grayscale: #7B7B7B. Windows color (decimal): -3784212 or 15483334. OLE color: 15483334.

HSL color Cylindrical-coordinate representation of color #C641EC: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C641EC is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 65 236 -
CMYK 0.16 0.72 0 0.07
HSL 286.67º 0.82% 0.59% -
HSV(B) 286.67º 0.72% 0.93% -
XYZ 40.32 21.84 81.45 -
YUV 124.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 198 65 236 0.16 0.72 0 0.07 286.67 0.82 0.59
Hex C6 41 EC 10 48 0 7 11F 52 3B
Octal 306 101 354 20 110 0 7 437 122 73
Binary 11000110 1000001 11101100 10000 1001000 0 111 100011111 1010010 111011

Color Harmonies of #C641EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641EC

Black with #C641EC

Text Example


Text Example

White with #C641EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641EC; }

 p { color: rgb(198,65,236); }

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

background-color css

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

 a { background-color: rgb(198,65,236); }

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

border-color css

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

 span { border-color: rgb(198,65,236); }

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