Html Css Color HEX #C243DD Medium Orchid

📋 copy color: '#C243DD'

red 194 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #C243DD

Tints of Medium Orchid #C243DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 40.25%
G = 13.9%
B = 45.85%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C243DD (or 0xC243DD) is known color: Medium Orchid. HEX triplet: C2, 43 and DD. RGB value is (194,67,221). Sum of RGB (Red+Green+Blue) = 194+67+221=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #C243DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243DD is #3DBC22. Grayscale: #7A7A7A. Windows color (decimal): -4045859 or 14500802. OLE color: 14500802.

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

Color convert

RGB 194 67 221 -
CMYK 0.12 0.70 0 0.13
HSL 289.48º 0.69% 0.56% -
HSV(B) 289.48º 0.7% 0.87% -
XYZ 37.31 20.7 70.44 -
YUV 122.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 194 67 221 0.12 0.70 0 0.13 289.48 0.69 0.56
Hex C2 43 DD C 46 0 D 121 45 38
Octal 302 103 335 14 106 0 15 441 105 70
Binary 11000010 1000011 11011101 1100 1000110 0 1101 100100001 1000101 111000

Color Harmonies of #C243DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243DD

Black with #C243DD

Text Example


Text Example

White with #C243DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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