Html Css Color HEX #C344DF Medium Orchid

📋 copy color: '#C344DF'

red 195 ◦ green 68 ◦ blue 223

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

Shades of Medium Orchid #C344DF

Tints of Medium Orchid #C344DF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.99%

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

R = 40.12%
G = 13.99%
B = 45.88%

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

#C344DF (or 0xC344DF) is known color: Medium Orchid. HEX triplet: C3, 44 and DF. RGB value is (195,68,223). Sum of RGB (Red+Green+Blue) = 195+68+223=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C344DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344DF is #3CBB20. Grayscale: #7B7B7B. Windows color (decimal): -3980065 or 14632131. OLE color: 14632131.

HSL color Cylindrical-coordinate representation of color #C344DF: hue angle of 289.16º 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 #C344DF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 68 223 -
CMYK 0.13 0.70 0 0.13
HSL 289.16º 0.71% 0.57% -
HSV(B) 289.16º 0.7% 0.87% -
XYZ 37.89 21.06 71.88 -
YUV 123.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 195 68 223 0.13 0.70 0 0.13 289.16 0.71 0.57
Hex C3 44 DF D 46 0 D 121 47 39
Octal 303 104 337 15 106 0 15 441 107 71
Binary 11000011 1000100 11011111 1101 1000110 0 1101 100100001 1000111 111001

Color Harmonies of #C344DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344DF

Black with #C344DF

Text Example


Text Example

White with #C344DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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