Html Css Color HEX #C642DC Medium Orchid

📋 copy color: '#C642DC'

red 198 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #C642DC

Tints of Medium Orchid #C642DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.64%

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

R = 40.91%
G = 13.64%
B = 45.45%

CMYK

 C value IS 0.1

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C642DC (or 0xC642DC) is known color: Medium Orchid. HEX triplet: C6, 42 and DC. RGB value is (198,66,220). Sum of RGB (Red+Green+Blue) = 198+66+220=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #C642DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642DC is #39BD23. Grayscale: #7A7A7A. Windows color (decimal): -3783972 or 14435014. OLE color: 14435014.

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

Color convert

RGB 198 66 220 -
CMYK 0.1 0.7 0 0.14
HSL 291.43º 0.69% 0.56% -
HSV(B) 291.43º 0.7% 0.86% -
XYZ 38.16 21.07 69.77 -
YUV 123.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 198 66 220 0.1 0.7 0 0.14 291.43 0.69 0.56
Hex C6 42 DC A 46 0 E 123 45 38
Octal 306 102 334 12 106 0 16 443 105 70
Binary 11000110 1000010 11011100 1010 1000110 0 1110 100100011 1000101 111000

Color Harmonies of #C642DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642DC

Black with #C642DC

Text Example


Text Example

White with #C642DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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