Html Css Color HEX #C64FEF Medium Orchid

📋 copy color: '#C64FEF'

red 198 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #C64FEF

Tints of Medium Orchid #C64FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 38.37%
G = 15.31%
B = 46.32%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C64FEF (or 0xC64FEF) is known color: Medium Orchid. HEX triplet: C6, 4F and EF. RGB value is (198,79,239). Sum of RGB (Red+Green+Blue) = 198+79+239=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C64FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FEF is #39B010. Grayscale: #848484. Windows color (decimal): -3780625 or 15683526. OLE color: 15683526.

HSL color Cylindrical-coordinate representation of color #C64FEF: hue angle of 284.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64FEF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 79 239 -
CMYK 0.17 0.67 0 0.06
HSL 284.63º 0.83% 0.62% -
HSV(B) 284.63º 0.67% 0.94% -
XYZ 41.66 23.83 84.06 -
YUV 132.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 198 79 239 0.17 0.67 0 0.06 284.63 0.83 0.62
Hex C6 4F EF 11 43 0 6 11D 53 3E
Octal 306 117 357 21 103 0 6 435 123 76
Binary 11000110 1001111 11101111 10001 1000011 0 110 100011101 1010011 111110

Color Harmonies of #C64FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FEF

Black with #C64FEF

Text Example


Text Example

White with #C64FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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