Html Css Color HEX #C343DF Medium Orchid

📋 copy color: '#C343DF'

red 195 ◦ green 67 ◦ blue 223

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

Shades of Medium Orchid #C343DF

Tints of Medium Orchid #C343DF

RGB

 RED value IS 195 (76.56% from 255) = 40.21%

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 40.21%
G = 13.81%
B = 45.98%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C343DF (or 0xC343DF) is known color: Medium Orchid. HEX triplet: C3, 43 and DF. RGB value is (195,67,223). Sum of RGB (Red+Green+Blue) = 195+67+223=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C343DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343DF is #3CBC20. Grayscale: #7A7A7A. Windows color (decimal): -3980321 or 14631875. OLE color: 14631875.

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

Color convert

RGB 195 67 223 -
CMYK 0.13 0.70 0 0.13
HSL 289.23º 0.71% 0.57% -
HSV(B) 289.23º 0.7% 0.87% -
XYZ 37.83 20.94 71.86 -
YUV 123.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 195 67 223 0.13 0.70 0 0.13 289.23 0.71 0.57
Hex C3 43 DF D 46 0 D 121 47 39
Octal 303 103 337 15 106 0 15 441 107 71
Binary 11000011 1000011 11011111 1101 1000110 0 1101 100100001 1000111 111001

Color Harmonies of #C343DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343DF

Black with #C343DF

Text Example


Text Example

White with #C343DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343DF; }

 p { color: rgb(195,67,223); }

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

background-color css

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

 a { background-color: rgb(195,67,223); }

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

border-color css

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

 span { border-color: rgb(195,67,223); }

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