Html Css Color HEX #C64FED Medium Orchid

📋 copy color: '#C64FED'

red 198 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #C64FED

Tints of Medium Orchid #C64FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 38.52%
G = 15.37%
B = 46.11%

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

#C64FED (or 0xC64FED) is known color: Medium Orchid. HEX triplet: C6, 4F and ED. RGB value is (198,79,237). Sum of RGB (Red+Green+Blue) = 198+79+237=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #C64FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FED is #39B012. Grayscale: #848484. Windows color (decimal): -3780627 or 15552454. OLE color: 15552454.

HSL color Cylindrical-coordinate representation of color #C64FED: hue angle of 285.19º 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 #C64FED is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 79 237 -
CMYK 0.16 0.67 0 0.07
HSL 285.19º 0.81% 0.62% -
HSV(B) 285.19º 0.67% 0.93% -
XYZ 41.37 23.71 82.52 -
YUV 132.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 198 79 237 0.16 0.67 0 0.07 285.19 0.81 0.62
Hex C6 4F ED 10 43 0 7 11D 51 3E
Octal 306 117 355 20 103 0 7 435 121 76
Binary 11000110 1001111 11101101 10000 1000011 0 111 100011101 1010001 111110

Color Harmonies of #C64FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FED

Black with #C64FED

Text Example


Text Example

White with #C64FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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