Html Css Color HEX #C64FDF Medium Orchid

📋 copy color: '#C64FDF'

red 198 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #C64FDF

Tints of Medium Orchid #C64FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 39.6%
G = 15.8%
B = 44.6%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C64FDF (or 0xC64FDF) is known color: Medium Orchid. HEX triplet: C6, 4F and DF. RGB value is (198,79,223). Sum of RGB (Red+Green+Blue) = 198+79+223=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #C64FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FDF is #39B020. Grayscale: #828282. Windows color (decimal): -3780641 or 14634950. OLE color: 14634950.

HSL color Cylindrical-coordinate representation of color #C64FDF: hue angle of 289.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64FDF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 79 223 -
CMYK 0.11 0.65 0 0.13
HSL 289.58º 0.69% 0.59% -
HSV(B) 289.58º 0.65% 0.87% -
XYZ 39.4 22.93 72.16 -
YUV 131 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 198 79 223 0.11 0.65 0 0.13 289.58 0.69 0.59
Hex C6 4F DF B 41 0 D 122 45 3B
Octal 306 117 337 13 101 0 15 442 105 73
Binary 11000110 1001111 11011111 1011 1000001 0 1101 100100010 1000101 111011

Color Harmonies of #C64FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FDF

Black with #C64FDF

Text Example


Text Example

White with #C64FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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