Html Css Color HEX #C345DF Medium Orchid

📋 copy color: '#C345DF'

red 195 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #C345DF

Tints of Medium Orchid #C345DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.17%

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

R = 40.04%
G = 14.17%
B = 45.79%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C345DF (or 0xC345DF) is known color: Medium Orchid. HEX triplet: C3, 45 and DF. RGB value is (195,69,223). Sum of RGB (Red+Green+Blue) = 195+69+223=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #C345DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345DF is #3CBA20. Grayscale: #7B7B7B. Windows color (decimal): -3979809 or 14632387. OLE color: 14632387.

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

Color convert

RGB 195 69 223 -
CMYK 0.13 0.69 0 0.13
HSL 289.09º 0.71% 0.57% -
HSV(B) 289.09º 0.69% 0.87% -
XYZ 37.95 21.19 71.9 -
YUV 124.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 195 69 223 0.13 0.69 0 0.13 289.09 0.71 0.57
Hex C3 45 DF D 45 0 D 121 47 39
Octal 303 105 337 15 105 0 15 441 107 71
Binary 11000011 1000101 11011111 1101 1000101 0 1101 100100001 1000111 111001

Color Harmonies of #C345DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345DF

Black with #C345DF

Text Example


Text Example

White with #C345DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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