Html Css Color HEX #C64FF0 Medium Orchid

📋 copy color: '#C64FF0'

red 198 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #C64FF0

Tints of Medium Orchid #C64FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 38.3%
G = 15.28%
B = 46.42%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C64FF0 (or 0xC64FF0) is known color: Medium Orchid. HEX triplet: C6, 4F and F0. RGB value is (198,79,240). Sum of RGB (Red+Green+Blue) = 198+79+240=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #C64FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FF0 is #39B00F. Grayscale: #848484. Windows color (decimal): -3780624 or 15749062. OLE color: 15749062.

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

Color convert

RGB 198 79 240 -
CMYK 0.18 0.67 0 0.06
HSL 284.35º 0.84% 0.63% -
HSV(B) 284.35º 0.67% 0.94% -
XYZ 41.81 23.89 84.85 -
YUV 132.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 198 79 240 0.18 0.67 0 0.06 284.35 0.84 0.63
Hex C6 4F F0 12 43 0 6 11C 54 3F
Octal 306 117 360 22 103 0 6 434 124 77
Binary 11000110 1001111 11110000 10010 1000011 0 110 100011100 1010100 111111

Color Harmonies of #C64FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FF0

Black with #C64FF0

Text Example


Text Example

White with #C64FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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