Html Css Color HEX #C64EF7 Medium Orchid

📋 copy color: '#C64EF7'

red 198 ◦ green 78 ◦ blue 247

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

Shades of Medium Orchid #C64EF7

Tints of Medium Orchid #C64EF7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.91%

 BLUE value IS 247 (96.88% from 255) = 47.23%

R = 37.86%
G = 14.91%
B = 47.23%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C64EF7 (or 0xC64EF7) is known color: Medium Orchid. HEX triplet: C6, 4E and F7. RGB value is (198,78,247). Sum of RGB (Red+Green+Blue) = 198+78+247=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #C64EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EF7 is #39B108. Grayscale: #848484. Windows color (decimal): -3780873 or 16207558. OLE color: 16207558.

HSL color Cylindrical-coordinate representation of color #C64EF7: hue angle of 282.6º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64EF7 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 78 247 -
CMYK 0.20 0.68 0 0.03
HSL 282.6º 0.91% 0.64% -
HSV(B) 282.6º 0.68% 0.97% -
XYZ 42.8 24.17 90.41 -
YUV 133.15 192.26 174.26 -
System Red Green Blue C M Y K H S L
Decimal 198 78 247 0.20 0.68 0 0.03 282.6 0.91 0.64
Hex C6 4E F7 14 44 0 3 11B 5B 40
Octal 306 116 367 24 104 0 3 433 133 100
Binary 11000110 1001110 11110111 10100 1000100 0 11 100011011 1011011 1000000

Color Harmonies of #C64EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EF7

Black with #C64EF7

Text Example


Text Example

White with #C64EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EF7; }

 p { color: rgb(198,78,247); }

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

background-color css

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

 a { background-color: rgb(198,78,247); }

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

border-color css

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

 span { border-color: rgb(198,78,247); }

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