Html Css Color HEX #C240D0 Medium Orchid

📋 copy color: '#C240D0'

red 194 ◦ green 64 ◦ blue 208

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

Shades of Medium Orchid #C240D0

Tints of Medium Orchid #C240D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 41.63%
G = 13.73%
B = 44.64%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C240D0 (or 0xC240D0) is known color: Medium Orchid. HEX triplet: C2, 40 and D0. RGB value is (194,64,208). Sum of RGB (Red+Green+Blue) = 194+64+208=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #C240D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240D0 is #3DBF2F. Grayscale: #767676. Windows color (decimal): -4046640 or 13648066. OLE color: 13648066.

HSL color Cylindrical-coordinate representation of color #C240D0: hue angle of 294.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C240D0 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 64 208 -
CMYK 0.07 0.69 0 0.18
HSL 294.17º 0.61% 0.53% -
HSV(B) 294.17º 0.69% 0.82% -
XYZ 35.47 19.69 61.61 -
YUV 119.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 194 64 208 0.07 0.69 0 0.18 294.17 0.61 0.53
Hex C2 40 D0 7 45 0 12 126 3D 35
Octal 302 100 320 7 105 0 22 446 75 65
Binary 11000010 1000000 11010000 111 1000101 0 10010 100100110 111101 110101

Color Harmonies of #C240D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240D0

Black with #C240D0

Text Example


Text Example

White with #C240D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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