Html Css Color HEX #C243D4 Medium Orchid

📋 copy color: '#C243D4'

red 194 ◦ green 67 ◦ blue 212

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

Shades of Medium Orchid #C243D4

Tints of Medium Orchid #C243D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 41.01%
G = 14.16%
B = 44.82%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C243D4 (or 0xC243D4) is known color: Medium Orchid. HEX triplet: C2, 43 and D4. RGB value is (194,67,212). Sum of RGB (Red+Green+Blue) = 194+67+212=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #C243D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243D4 is #3DBC2B. Grayscale: #797979. Windows color (decimal): -4045868 or 13910978. OLE color: 13910978.

HSL color Cylindrical-coordinate representation of color #C243D4: hue angle of 292.55º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C243D4 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 67 212 -
CMYK 0.08 0.68 0 0.17
HSL 292.55º 0.63% 0.55% -
HSV(B) 292.55º 0.68% 0.83% -
XYZ 36.14 20.24 64.29 -
YUV 121.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 194 67 212 0.08 0.68 0 0.17 292.55 0.63 0.55
Hex C2 43 D4 8 44 0 11 125 3F 37
Octal 302 103 324 10 104 0 21 445 77 67
Binary 11000010 1000011 11010100 1000 1000100 0 10001 100100101 111111 110111

Color Harmonies of #C243D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243D4

Black with #C243D4

Text Example


Text Example

White with #C243D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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