Html Css Color HEX #C243D6 Medium Orchid

📋 copy color: '#C243D6'

red 194 ◦ green 67 ◦ blue 214

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

Shades of Medium Orchid #C243D6

Tints of Medium Orchid #C243D6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.11%

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 40.84%
G = 14.11%
B = 45.05%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C243D6 (or 0xC243D6) is known color: Medium Orchid. HEX triplet: C2, 43 and D6. RGB value is (194,67,214). Sum of RGB (Red+Green+Blue) = 194+67+214=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #C243D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243D6 is #3DBC29. Grayscale: #797979. Windows color (decimal): -4045866 or 14042050. OLE color: 14042050.

HSL color Cylindrical-coordinate representation of color #C243D6: hue angle of 291.84º degrees, saturation: 0.64, 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 #C243D6 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 67 214 -
CMYK 0.09 0.69 0 0.16
HSL 291.84º 0.64% 0.55% -
HSV(B) 291.84º 0.69% 0.84% -
XYZ 36.39 20.34 65.63 -
YUV 121.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 194 67 214 0.09 0.69 0 0.16 291.84 0.64 0.55
Hex C2 43 D6 9 45 0 10 124 40 37
Octal 302 103 326 11 105 0 20 444 100 67
Binary 11000010 1000011 11010110 1001 1000101 0 10000 100100100 1000000 110111

Color Harmonies of #C243D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243D6

Black with #C243D6

Text Example


Text Example

White with #C243D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243D6; }

 p { color: rgb(194,67,214); }

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

background-color css

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

 a { background-color: rgb(194,67,214); }

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

border-color css

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

 span { border-color: rgb(194,67,214); }

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