Html Css Color HEX #C240DF Medium Orchid

📋 copy color: '#C240DF'

red 194 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #C240DF

Tints of Medium Orchid #C240DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 40.33%
G = 13.31%
B = 46.36%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C240DF (or 0xC240DF) is known color: Medium Orchid. HEX triplet: C2, 40 and DF. RGB value is (194,64,223). Sum of RGB (Red+Green+Blue) = 194+64+223=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #C240DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240DF is #3DBF20. Grayscale: #787878. Windows color (decimal): -4046625 or 14631106. OLE color: 14631106.

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

Color convert

RGB 194 64 223 -
CMYK 0.13 0.71 0 0.13
HSL 289.06º 0.71% 0.56% -
HSV(B) 289.06º 0.71% 0.87% -
XYZ 37.4 20.46 71.79 -
YUV 121 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 194 64 223 0.13 0.71 0 0.13 289.06 0.71 0.56
Hex C2 40 DF D 47 0 D 121 47 38
Octal 302 100 337 15 107 0 15 441 107 70
Binary 11000010 1000000 11011111 1101 1000111 0 1101 100100001 1000111 111000

Color Harmonies of #C240DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240DF

Black with #C240DF

Text Example


Text Example

White with #C240DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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