Html Css Color HEX #C242D7 Medium Orchid

📋 copy color: '#C242D7'

red 194 ◦ green 66 ◦ blue 215

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

Shades of Medium Orchid #C242D7

Tints of Medium Orchid #C242D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.26%

R = 40.84%
G = 13.89%
B = 45.26%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C242D7 (or 0xC242D7) is known color: Medium Orchid. HEX triplet: C2, 42 and D7. RGB value is (194,66,215). Sum of RGB (Red+Green+Blue) = 194+66+215=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #C242D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242D7 is #3DBD28. Grayscale: #787878. Windows color (decimal): -4046121 or 14107330. OLE color: 14107330.

HSL color Cylindrical-coordinate representation of color #C242D7: hue angle of 291.54º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C242D7 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 66 215 -
CMYK 0.10 0.69 0 0.16
HSL 291.54º 0.65% 0.55% -
HSV(B) 291.54º 0.69% 0.84% -
XYZ 36.46 20.27 66.28 -
YUV 121.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 194 66 215 0.10 0.69 0 0.16 291.54 0.65 0.55
Hex C2 42 D7 A 45 0 10 124 41 37
Octal 302 102 327 12 105 0 20 444 101 67
Binary 11000010 1000010 11010111 1010 1000101 0 10000 100100100 1000001 110111

Color Harmonies of #C242D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242D7

Black with #C242D7

Text Example


Text Example

White with #C242D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242D7; }

 p { color: rgb(194,66,215); }

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

background-color css

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

 a { background-color: rgb(194,66,215); }

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

border-color css

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

 span { border-color: rgb(194,66,215); }

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