Html Css Color HEX #C240DC Medium Orchid

📋 copy color: '#C240DC'

red 194 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #C240DC

Tints of Medium Orchid #C240DC

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

 GREEN value IS 64 (25.39% from 255) = 13.39%

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

R = 40.59%
G = 13.39%
B = 46.03%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C240DC (or 0xC240DC) is known color: Medium Orchid. HEX triplet: C2, 40 and DC. RGB value is (194,64,220). Sum of RGB (Red+Green+Blue) = 194+64+220=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C240DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240DC is #3DBF23. Grayscale: #787878. Windows color (decimal): -4046628 or 14434498. OLE color: 14434498.

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

Color convert

RGB 194 64 220 -
CMYK 0.12 0.71 0 0.14
HSL 290º 0.69% 0.56% -
HSV(B) 290º 0.71% 0.86% -
XYZ 37 20.3 69.68 -
YUV 120.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 194 64 220 0.12 0.71 0 0.14 290 0.69 0.56
Hex C2 40 DC C 47 0 E 122 45 38
Octal 302 100 334 14 107 0 16 442 105 70
Binary 11000010 1000000 11011100 1100 1000111 0 1110 100100010 1000101 111000

Color Harmonies of #C240DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240DC

Black with #C240DC

Text Example


Text Example

White with #C240DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240DC; }

 p { color: rgb(194,64,220); }

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

background-color css

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

 a { background-color: rgb(194,64,220); }

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

border-color css

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

 span { border-color: rgb(194,64,220); }

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