Html Css Color HEX #C646DD Medium Orchid

📋 copy color: '#C646DD'

red 198 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #C646DD

Tints of Medium Orchid #C646DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.31%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 40.49%
G = 14.31%
B = 45.19%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C646DD (or 0xC646DD) is known color: Medium Orchid. HEX triplet: C6, 46 and DD. RGB value is (198,70,221). Sum of RGB (Red+Green+Blue) = 198+70+221=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #C646DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646DD is #39B922. Grayscale: #7D7D7D. Windows color (decimal): -3782947 or 14501574. OLE color: 14501574.

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

Color convert

RGB 198 70 221 -
CMYK 0.10 0.68 0 0.13
HSL 290.86º 0.69% 0.57% -
HSV(B) 290.86º 0.68% 0.87% -
XYZ 38.53 21.61 70.55 -
YUV 125.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 198 70 221 0.10 0.68 0 0.13 290.86 0.69 0.57
Hex C6 46 DD A 44 0 D 123 45 39
Octal 306 106 335 12 104 0 15 443 105 71
Binary 11000110 1000110 11011101 1010 1000100 0 1101 100100011 1000101 111001

Color Harmonies of #C646DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646DD

Black with #C646DD

Text Example


Text Example

White with #C646DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646DD; }

 p { color: rgb(198,70,221); }

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

background-color css

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

 a { background-color: rgb(198,70,221); }

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

border-color css

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

 span { border-color: rgb(198,70,221); }

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