Html Css Color HEX #C64FDE Medium Orchid

📋 copy color: '#C64FDE'

red 198 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #C64FDE

Tints of Medium Orchid #C64FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 39.68%
G = 15.83%
B = 44.49%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C64FDE (or 0xC64FDE) is known color: Medium Orchid. HEX triplet: C6, 4F and DE. RGB value is (198,79,222). Sum of RGB (Red+Green+Blue) = 198+79+222=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #C64FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FDE is #39B021. Grayscale: #828282. Windows color (decimal): -3780642 or 14569414. OLE color: 14569414.

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

Color convert

RGB 198 79 222 -
CMYK 0.11 0.64 0 0.13
HSL 289.93º 0.68% 0.59% -
HSV(B) 289.93º 0.64% 0.87% -
XYZ 39.27 22.87 71.45 -
YUV 130.88 179.42 175.87 -
System Red Green Blue C M Y K H S L
Decimal 198 79 222 0.11 0.64 0 0.13 289.93 0.68 0.59
Hex C6 4F DE B 40 0 D 122 44 3B
Octal 306 117 336 13 100 0 15 442 104 73
Binary 11000110 1001111 11011110 1011 1000000 0 1101 100100010 1000100 111011

Color Harmonies of #C64FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FDE

Black with #C64FDE

Text Example


Text Example

White with #C64FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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