Html Css Color HEX #C64FDB Medium Orchid

📋 copy color: '#C64FDB'

red 198 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #C64FDB

Tints of Medium Orchid #C64FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 39.92%
G = 15.93%
B = 44.15%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C64FDB (or 0xC64FDB) is known color: Medium Orchid. HEX triplet: C6, 4F and DB. RGB value is (198,79,219). Sum of RGB (Red+Green+Blue) = 198+79+219=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C64FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FDB is #39B024. Grayscale: #828282. Windows color (decimal): -3780645 or 14372806. OLE color: 14372806.

HSL color Cylindrical-coordinate representation of color #C64FDB: hue angle of 291º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64FDB is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 79 219 -
CMYK 0.10 0.64 0 0.14
HSL 291º 0.66% 0.58% -
HSV(B) 291º 0.64% 0.86% -
XYZ 38.87 22.71 69.35 -
YUV 130.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 198 79 219 0.10 0.64 0 0.14 291 0.66 0.58
Hex C6 4F DB A 40 0 E 123 42 3A
Octal 306 117 333 12 100 0 16 443 102 72
Binary 11000110 1001111 11011011 1010 1000000 0 1110 100100011 1000010 111010

Color Harmonies of #C64FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FDB

Black with #C64FDB

Text Example


Text Example

White with #C64FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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