Html Css Color HEX #C64FEC Medium Orchid

📋 copy color: '#C64FEC'

red 198 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #C64FEC

Tints of Medium Orchid #C64FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.4%

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

R = 38.6%
G = 15.4%
B = 46%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C64FEC (or 0xC64FEC) is known color: Medium Orchid. HEX triplet: C6, 4F and EC. RGB value is (198,79,236). Sum of RGB (Red+Green+Blue) = 198+79+236=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #C64FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FEC is #39B013. Grayscale: #838383. Windows color (decimal): -3780628 or 15486918. OLE color: 15486918.

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

Color convert

RGB 198 79 236 -
CMYK 0.16 0.67 0 0.07
HSL 285.48º 0.81% 0.62% -
HSV(B) 285.48º 0.67% 0.93% -
XYZ 41.23 23.65 81.75 -
YUV 132.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 198 79 236 0.16 0.67 0 0.07 285.48 0.81 0.62
Hex C6 4F EC 10 43 0 7 11D 51 3E
Octal 306 117 354 20 103 0 7 435 121 76
Binary 11000110 1001111 11101100 10000 1000011 0 111 100011101 1010001 111110

Color Harmonies of #C64FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FEC

Black with #C64FEC

Text Example


Text Example

White with #C64FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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