Html Css Color HEX #C664DC Medium Orchid

📋 copy color: '#C664DC'

red 198 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #C664DC

Tints of Medium Orchid #C664DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.31%

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 38.22%
G = 19.31%
B = 42.47%

CMYK

 C value IS 0.1

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C664DC (or 0xC664DC) is known color: Medium Orchid. HEX triplet: C6, 64 and DC. RGB value is (198,100,220). Sum of RGB (Red+Green+Blue) = 198+100+220=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #C664DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664DC is #399B23. Grayscale: #8E8E8E. Windows color (decimal): -3775268 or 14443718. OLE color: 14443718.

HSL color Cylindrical-coordinate representation of color #C664DC: hue angle of 289º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C664DC is Cyan = 0.1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 100 220 -
CMYK 0.1 0.55 0 0.14
HSL 289º 0.63% 0.63% -
HSV(B) 289º 0.55% 0.86% -
XYZ 40.76 26.29 70.64 -
YUV 142.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 198 100 220 0.1 0.55 0 0.14 289 0.63 0.63
Hex C6 64 DC A 37 0 E 121 3F 3F
Octal 306 144 334 12 67 0 16 441 77 77
Binary 11000110 1100100 11011100 1010 110111 0 1110 100100001 111111 111111

Color Harmonies of #C664DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664DC

Black with #C664DC

Text Example


Text Example

White with #C664DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664DC; }

 p { color: rgb(198,100,220); }

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

background-color css

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

 a { background-color: rgb(198,100,220); }

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

border-color css

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

 span { border-color: rgb(198,100,220); }

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