Html Css Color HEX #C665DC Medium Orchid

📋 copy color: '#C665DC'

red 198 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #C665DC

Tints of Medium Orchid #C665DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.46%

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

R = 38.15%
G = 19.46%
B = 42.39%

CMYK

 C value IS 0.1

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C665DC (or 0xC665DC) is known color: Medium Orchid. HEX triplet: C6, 65 and DC. RGB value is (198,101,220). Sum of RGB (Red+Green+Blue) = 198+101+220=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C665DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665DC is #399A23. Grayscale: #8F8F8F. Windows color (decimal): -3775012 or 14443974. OLE color: 14443974.

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

Color convert

RGB 198 101 220 -
CMYK 0.1 0.54 0 0.14
HSL 288.91º 0.63% 0.63% -
HSV(B) 288.91º 0.54% 0.86% -
XYZ 40.86 26.48 70.67 -
YUV 143.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 198 101 220 0.1 0.54 0 0.14 288.91 0.63 0.63
Hex C6 65 DC A 36 0 E 121 3F 3F
Octal 306 145 334 12 66 0 16 441 77 77
Binary 11000110 1100101 11011100 1010 110110 0 1110 100100001 111111 111111

Color Harmonies of #C665DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665DC

Black with #C665DC

Text Example


Text Example

White with #C665DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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